Skip to content

Commit

Permalink
x86: make smp_local_timer_interrupt() static
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Jan 30, 2008
1 parent 87ebecf commit 3a12d93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion arch/x86/kernel/apic_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 0 additions & 1 deletion include/asm-x86/apic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3a12d93

Please sign in to comment.