Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88781
b: refs/heads/master
c: 26c6b5e
h: refs/heads/master
i:
  88779: 84c0bad
v: v3
  • Loading branch information
Glauber de Oliveira Costa authored and Ingo Molnar committed Apr 17, 2008
1 parent d356407 commit f52f620
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b552da8740222c35bcd83c9be7b27185bfb6d53c
refs/heads/master: 26c6b5ea5575a5a4886dc45f889e7b783641f2de
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/smpboot_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,10 @@ static void unmap_cpu_to_logical_apicid(int cpu)

static inline void __inquire_remote_apic(int apicid)
{
int i, regs[] = { APIC_ID >> 4, APIC_LVR >> 4, APIC_SPIV >> 4 };
unsigned i, regs[] = { APIC_ID >> 4, APIC_LVR >> 4, APIC_SPIV >> 4 };
char *names[] = { "ID", "VERSION", "SPIV" };
int timeout;
unsigned long status;
u32 status;

printk("Inquiring remote APIC #%d...\n", apicid);

Expand Down

0 comments on commit f52f620

Please sign in to comment.