]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: make smp_local_timer_interrupt() static
authorThomas Gleixner <tglx@linutronix.de>
Wed, 30 Jan 2008 12:30:20 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:20 +0000 (13:30 +0100)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic_64.c
include/asm-x86/apic.h

index 032bf1e765dff88725c40b9f1c6c85e16c608bf4..5bf329ed9d784c68fc4ba56622e06ccae87e46cf 100644 (file)
@@ -923,7 +923,7 @@ void setup_APIC_extended_lvt(unsigned char lvt_off, unsigned char vector,
  * value into /proc/profile.
  */
 
-void smp_local_timer_interrupt(void)
+static void smp_local_timer_interrupt(void)
 {
        int cpu = smp_processor_id();
        struct clock_event_device *evt = &per_cpu(lapic_events, cpu);
index c064c1f84bab28f33245c0a1e166d7f2cb352b3f..d0a221fa1fc326661fb0c21dff995485b78390d7 100644 (file)
@@ -112,7 +112,6 @@ extern void sync_Arb_IDs(void);
 extern void init_bsp_APIC(void);
 extern void setup_local_APIC(void);
 extern void init_apic_mappings(void);
-extern void smp_local_timer_interrupt(void);
 extern void setup_boot_APIC_clock(void);
 extern void setup_secondary_APIC_clock(void);
 extern int APIC_init_uniprocessor(void);