Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28978
b: refs/heads/master
c: a0b4da9
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jun 23, 2006
1 parent 7813688 commit d8d4f89
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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: c22ce143d15eb288543fe9873e1c5ac1c01b69a1
refs/heads/master: a0b4da91f4c5710b9c20219a19e905145647b48b
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ int apic_verbosity;

static void apic_pm_activate(void);

int modern_apic(void)
static int modern_apic(void)
{
unsigned int lvr, version;
/* AMD systems use old APIC versions, so check the CPU */
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/asm-i386/apic.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ void switch_ipi_to_APIC_timer(void *cpumask);

extern int timer_over_8254;

extern int modern_apic(void);

#else /* !CONFIG_X86_LOCAL_APIC */
static inline void lapic_shutdown(void) { }

Expand Down

0 comments on commit d8d4f89

Please sign in to comment.