diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 07:30:20 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:20 -0500 |
commit | 3a12d93dc0b46bc710317272bf91640d7a8b6f18 (patch) | |
tree | 7f3c04a452b2f6c403b3846a913688f52d6409c0 /arch | |
parent | 87ebecf14ca4f669cb52be46c954f3d9201394b8 (diff) |
x86: make smp_local_timer_interrupt() static
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-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); |