public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] intr_remapping: Fix section mismatch in ir_dev_scope_init()
@ 2011-10-26 16:15 Sergey Senozhatsky
  2011-12-05 18:07 ` [tip:x86/urgent] " tip-bot for Sergey Senozhatsky
  0 siblings, 1 reply; 2+ messages in thread
From: Sergey Senozhatsky @ 2011-10-26 16:15 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Thomas Gleixner, Suresh Siddha, Youquan Song, Ohad Ben-Cohen,
	linux-kernel

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>

---

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;


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [tip:x86/urgent] intr_remapping: Fix section mismatch in ir_dev_scope_init()
  2011-10-26 16:15 [PATCH] intr_remapping: Fix section mismatch in ir_dev_scope_init() Sergey Senozhatsky
@ 2011-12-05 18:07 ` tip-bot for Sergey Senozhatsky
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Sergey Senozhatsky @ 2011-12-05 18:07 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, hpa, mingo, ohad, sergey.senozhatsky, youquan.song,
	suresh.b.siddha, tglx, mingo

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;

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-05 18:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-26 16:15 [PATCH] intr_remapping: Fix section mismatch in ir_dev_scope_init() Sergey Senozhatsky
2011-12-05 18:07 ` [tip:x86/urgent] " tip-bot for Sergey Senozhatsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox