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 | |
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>
-rw-r--r-- | arch/x86/kernel/apic_64.c | 2 | ||||
-rw-r--r-- | include/asm-x86/apic.h | 1 |
2 files changed, 1 insertions, 2 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); |
diff --git a/include/asm-x86/apic.h b/include/asm-x86/apic.h index c064c1f84bab..d0a221fa1fc3 100644 --- a/include/asm-x86/apic.h +++ b/include/asm-x86/apic.h | |||
@@ -112,7 +112,6 @@ extern void sync_Arb_IDs(void); | |||
112 | extern void init_bsp_APIC(void); | 112 | extern void init_bsp_APIC(void); |
113 | extern void setup_local_APIC(void); | 113 | extern void setup_local_APIC(void); |
114 | extern void init_apic_mappings(void); | 114 | extern void init_apic_mappings(void); |
115 | extern void smp_local_timer_interrupt(void); | ||
116 | extern void setup_boot_APIC_clock(void); | 115 | extern void setup_boot_APIC_clock(void); |
117 | extern void setup_secondary_APIC_clock(void); | 116 | extern void setup_secondary_APIC_clock(void); |
118 | extern int APIC_init_uniprocessor(void); | 117 | extern int APIC_init_uniprocessor(void); |