diff options
author | Robert Richter <robert.richter@amd.com> | 2008-07-23 09:28:14 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-26 05:48:12 -0400 |
commit | 6aa360e6c16c145edf1837690e0f7aaea6b86ef3 (patch) | |
tree | 95fe3d4b8b6a2534a5f3cebe54de6c9b394b5e40 | |
parent | 09691616850b3614dfb44790e1e1419b6a7f5d13 (diff) |
x86: apic: changing export symbols to *_GPL
This fits better here.
Signed-off-by: Robert Richter <robert.richter@amd.com>
Cc: Arjan van de Ven <arjan@infradead.org>
Cc: Barry Kasindorf <barry.kasindorf@amd.com>
Cc: oprofile-list <oprofile-list@lists.sourceforge.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86/kernel/apic_32.c | 2 | ||||
-rw-r--r-- | arch/x86/kernel/apic_64.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/apic_32.c b/arch/x86/kernel/apic_32.c index ed3a6d7e9de7..0059e7a8a9e6 100644 --- a/arch/x86/kernel/apic_32.c +++ b/arch/x86/kernel/apic_32.c | |||
@@ -672,7 +672,7 @@ u8 setup_APIC_eilvt_ibs(u8 vector, u8 msg_type, u8 mask) | |||
672 | setup_APIC_eilvt(APIC_EILVT_LVTOFF_IBS, vector, msg_type, mask); | 672 | setup_APIC_eilvt(APIC_EILVT_LVTOFF_IBS, vector, msg_type, mask); |
673 | return APIC_EILVT_LVTOFF_IBS; | 673 | return APIC_EILVT_LVTOFF_IBS; |
674 | } | 674 | } |
675 | EXPORT_SYMBOL(setup_APIC_eilvt_ibs); | 675 | EXPORT_SYMBOL_GPL(setup_APIC_eilvt_ibs); |
676 | 676 | ||
677 | /* | 677 | /* |
678 | * Local APIC start and shutdown | 678 | * Local APIC start and shutdown |
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 |