diff options
Diffstat (limited to 'arch/x86/kernel/apic_64.c')
-rw-r--r-- | arch/x86/kernel/apic_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic_64.c b/arch/x86/kernel/apic_64.c index 45ec90e37b93..e571351f2a93 100644 --- a/arch/x86/kernel/apic_64.c +++ b/arch/x86/kernel/apic_64.c | |||
@@ -232,7 +232,7 @@ u8 setup_APIC_eilvt_ibs(u8 vector, u8 msg_type, u8 mask) | |||
232 | setup_APIC_eilvt(APIC_EILVT_LVTOFF_IBS, vector, msg_type, mask); | 232 | setup_APIC_eilvt(APIC_EILVT_LVTOFF_IBS, vector, msg_type, mask); |
233 | return APIC_EILVT_LVTOFF_IBS; | 233 | return APIC_EILVT_LVTOFF_IBS; |
234 | } | 234 | } |
235 | EXPORT_SYMBOL(setup_APIC_eilvt_ibs); | 235 | EXPORT_SYMBOL_GPL(setup_APIC_eilvt_ibs); |
236 | 236 | ||
237 | /* | 237 | /* |
238 | * Program the next event, relative to now | 238 | * Program the next event, relative to now |