Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79760
b: refs/heads/master
c: 3a12d93
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Jan 30, 2008
1 parent ceb8839 commit b6d7976
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 87ebecf14ca4f669cb52be46c954f3d9201394b8
refs/heads/master: 3a12d93dc0b46bc710317272bf91640d7a8b6f18
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 b6d7976

Please sign in to comment.