From: tip-bot for Sergey Senozhatsky <sergey.senozhatsky@gmail.com> To: linux-tip-commits@vger.kernel.org Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com, ohad@wizery.com, sergey.senozhatsky@gmail.com, youquan.song@intel.com, suresh.b.siddha@intel.com, tglx@linutronix.de, mingo@elte.hu Subject: [tip:x86/urgent] intr_remapping: Fix section mismatch in ir_dev_scope_init() Date: Mon, 5 Dec 2011 10:07:52 -0800 [thread overview] Message-ID: <tip-61ed26e388ac67da262bb1a95d0474e4cabd4b0d@git.kernel.org> (raw) In-Reply-To: <20111026161507.GB10103@swordfish> Commit-ID: 61ed26e388ac67da262bb1a95d0474e4cabd4b0d Gitweb: http://git.kernel.org/tip/61ed26e388ac67da262bb1a95d0474e4cabd4b0d Author: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> AuthorDate: Wed, 26 Oct 2011 19:15:07 +0300 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Mon, 5 Dec 2011 18:22:53 +0100 intr_remapping: Fix section mismatch in ir_dev_scope_init() Fix: Section mismatch in reference from the function ir_dev_scope_init() to the function .init.text:dmar_dev_scope_init() The function ir_dev_scope_init() references the function __init dmar_dev_scope_init(). Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Cc: Suresh Siddha <suresh.b.siddha@intel.com> Cc: Youquan Song <youquan.song@intel.com> Cc: Ohad Ben-Cohen <ohad@wizery.com> Link: http://lkml.kernel.org/r/20111026161507.GB10103@swordfish Signed-off-by: Ingo Molnar <mingo@elte.hu> --- drivers/iommu/intr_remapping.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/iommu/intr_remapping.c b/drivers/iommu/intr_remapping.c index 07c9f18..6777ca0 100644 --- a/drivers/iommu/intr_remapping.c +++ b/drivers/iommu/intr_remapping.c @@ -773,7 +773,7 @@ int __init parse_ioapics_under_ir(void) return ir_supported; } -int ir_dev_scope_init(void) +int __init ir_dev_scope_init(void) { if (!intr_remapping_enabled) return 0;
prev parent reply other threads:[~2011-12-05 18:08 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2011-10-26 16:15 [PATCH] " Sergey Senozhatsky 2011-12-05 18:07 ` tip-bot for Sergey Senozhatsky [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=tip-61ed26e388ac67da262bb1a95d0474e4cabd4b0d@git.kernel.org \ --to=sergey.senozhatsky@gmail.com \ --cc=hpa@zytor.com \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-tip-commits@vger.kernel.org \ --cc=mingo@elte.hu \ --cc=mingo@redhat.com \ --cc=ohad@wizery.com \ --cc=suresh.b.siddha@intel.com \ --cc=tglx@linutronix.de \ --cc=youquan.song@intel.com \ --subject='Re: [tip:x86/urgent] intr_remapping: Fix section mismatch in ir_dev_scope_init()' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.