[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] amd-iommu: two more __init annotations
# HG changeset patch # User Jan Beulich <jbeulich@xxxxxxxxxx> # Date 1305549190 -3600 # Node ID 792928bd905a27daeaaae4efc44649c1546316ca # Parent ba4bd20e581adcaddb864f93153b4ae1ac3f7855 amd-iommu: two more __init annotations Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> --- diff -r ba4bd20e581a -r 792928bd905a xen/drivers/passthrough/amd/iommu_map.c --- a/xen/drivers/passthrough/amd/iommu_map.c Mon May 16 13:32:37 2011 +0100 +++ b/xen/drivers/passthrough/amd/iommu_map.c Mon May 16 13:33:10 2011 +0100 @@ -317,7 +317,8 @@ dte[0] = entry; } -void amd_iommu_set_intremap_table(u32 *dte, u64 intremap_ptr, u8 int_valid) +void __init amd_iommu_set_intremap_table( + u32 *dte, u64 intremap_ptr, u8 int_valid) { u64 addr_hi, addr_lo; u32 entry; @@ -354,7 +355,7 @@ dte[4] = entry; } -void amd_iommu_add_dev_table_entry( +void __init amd_iommu_add_dev_table_entry( u32 *dte, u8 sys_mgt, u8 dev_ex, u8 lint1_pass, u8 lint0_pass, u8 nmi_pass, u8 ext_int_pass, u8 init_pass) { _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |