diff options
Diffstat (limited to 'arch/x86')
-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 032bf1e765df..5bf329ed9d78 100644 --- a/arch/x86/kernel/apic_64.c +++ b/arch/x86/kernel/apic_64.c | |||
@@ -923,7 +923,7 @@ void setup_APIC_extended_lvt(unsigned char lvt_off, unsigned char vector, | |||
923 | * value into /proc/profile. | 923 | * value into /proc/profile. |
924 | */ | 924 | */ |
925 | 925 | ||
926 | void smp_local_timer_interrupt(void) | 926 | static void smp_local_timer_interrupt(void) |
927 | { | 927 | { |
928 | int cpu = smp_processor_id(); | 928 | int cpu = smp_processor_id(); |
929 | struct clock_event_device *evt = &per_cpu(lapic_events, cpu); | 929 | struct clock_event_device *evt = &per_cpu(lapic_events, cpu); |