projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38c05fd
)
amd-iommu: remove a stray __init
author
Jan Beulich
<jbeulich@novell.com>
Fri, 18 Mar 2011 17:15:52 +0000
(17:15 +0000)
committer
Jan Beulich
<jbeulich@novell.com>
Fri, 18 Mar 2011 17:15:52 +0000
(17:15 +0000)
This function is being called on the resume path.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/drivers/passthrough/amd/iommu_init.c
patch
|
blob
|
history
diff --git
a/xen/drivers/passthrough/amd/iommu_init.c
b/xen/drivers/passthrough/amd/iommu_init.c
index 520a9017f805ed8e7f83988bb8bd62efc78e4b23..1002e44e8df7d102713666e1d77cb40ee1f90abe 100644
(file)
--- a/
xen/drivers/passthrough/amd/iommu_init.c
+++ b/
xen/drivers/passthrough/amd/iommu_init.c
@@
-118,7
+118,7
@@
static void register_iommu_cmd_buffer_in_mmio_space(struct amd_iommu *iommu)
writel(entry, iommu->mmio_base+IOMMU_CMD_BUFFER_BASE_HIGH_OFFSET);
}
-static void
__init
register_iommu_event_log_in_mmio_space(struct amd_iommu *iommu)
+static void register_iommu_event_log_in_mmio_space(struct amd_iommu *iommu)
{
u64 addr_64, addr_lo, addr_hi;
u32 power_of2_entries;