iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iommu: amd: fix section mismatch
@ 2012-03-16 18:38 Gerard Snitselaar
       [not found] ` <1331923102-28625-1-git-send-email-dev-RR6//3E8fTwgb5+hjvvj3w@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Gerard Snitselaar @ 2012-03-16 18:38 UTC (permalink / raw)
  To: joerg.roedel; +Cc: iommu, linux-kernel

amd_iommu_enable_interrupts() called in amd_iommu_resume().

Signed-off-by: Gerard Snitselaar <dev@snitselaar.org>
---
 drivers/iommu/amd_iommu_init.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/iommu/amd_iommu_init.c b/drivers/iommu/amd_iommu_init.c
index d4f0854..c567903 100644
--- a/drivers/iommu/amd_iommu_init.c
+++ b/drivers/iommu/amd_iommu_init.c
@@ -196,7 +196,7 @@ static u32 rlookup_table_size;	/* size if the rlookup table */
  */
 extern void iommu_flush_all_caches(struct amd_iommu *iommu);
 
-static int __init amd_iommu_enable_interrupts(void);
+static int amd_iommu_enable_interrupts(void);
 
 static inline void update_last_devid(u16 devid)
 {
@@ -1598,7 +1598,7 @@ free:
 	return ret;
 }
 
-static int __init amd_iommu_enable_interrupts(void)
+static int amd_iommu_enable_interrupts(void)
 {
 	struct amd_iommu *iommu;
 	int ret = 0;
-- 
1.7.7.6

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

* Re: [PATCH] iommu: amd: fix section mismatch
       [not found] ` <1331923102-28625-1-git-send-email-dev-RR6//3E8fTwgb5+hjvvj3w@public.gmane.org>
@ 2012-03-22 18:30   ` Joerg Roedel
  0 siblings, 0 replies; 2+ messages in thread
From: Joerg Roedel @ 2012-03-22 18:30 UTC (permalink / raw)
  To: Gerard Snitselaar
  Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

On Fri, Mar 16, 2012 at 11:38:22AM -0700, Gerard Snitselaar wrote:
> amd_iommu_enable_interrupts() called in amd_iommu_resume().
> 
> Signed-off-by: Gerard Snitselaar <dev-RR6//3E8fTwgb5+hjvvj3w@public.gmane.org>

Applied to x86/amd, thanks Gerard.

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

end of thread, other threads:[~2012-03-22 18:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16 18:38 [PATCH] iommu: amd: fix section mismatch Gerard Snitselaar
     [not found] ` <1331923102-28625-1-git-send-email-dev-RR6//3E8fTwgb5+hjvvj3w@public.gmane.org>
2012-03-22 18:30   ` Joerg Roedel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).