diff options
Diffstat (limited to 'include/asm-x86_64/msi.h')
-rw-r--r-- | include/asm-x86_64/msi.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/asm-x86_64/msi.h b/include/asm-x86_64/msi.h index 3ad2346624b2..1876fda52ae3 100644 --- a/include/asm-x86_64/msi.h +++ b/include/asm-x86_64/msi.h | |||
@@ -10,14 +10,11 @@ | |||
10 | #include <asm/mach_apic.h> | 10 | #include <asm/mach_apic.h> |
11 | #include <asm/smp.h> | 11 | #include <asm/smp.h> |
12 | 12 | ||
13 | #define LAST_DEVICE_VECTOR (FIRST_SYSTEM_VECTOR - 1) | 13 | extern struct msi_ops arch_msi_ops; |
14 | #define MSI_TARGET_CPU_SHIFT 12 | ||
15 | |||
16 | extern struct msi_ops msi_apic_ops; | ||
17 | 14 | ||
18 | static inline int msi_arch_init(void) | 15 | static inline int msi_arch_init(void) |
19 | { | 16 | { |
20 | msi_register(&msi_apic_ops); | 17 | msi_register(&arch_msi_ops); |
21 | return 0; | 18 | return 0; |
22 | } | 19 | } |
23 | 20 | ||