Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89081
b: refs/heads/master
c: 987dd2d
h: refs/heads/master
i:
  89079: cec7d64
v: v3
  • Loading branch information
Alexey Starikovskiy authored and Ingo Molnar committed Apr 17, 2008
1 parent ac23d27 commit 7e99b12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2df297261903249f5ac2d3d14ededbda229397e2
refs/heads/master: 987dd2d4d465e80e00d6a0b16787a78aa75dd66a
4 changes: 4 additions & 0 deletions trunk/arch/x86/kernel/mpparse_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,10 @@ void __cpuinit mp_register_lapic (u8 id, u8 enabled)
id, MAX_APICS);
return;
}
if (!enabled) {
++disabled_cpus;
return;
}

if (id == boot_cpu_physical_apicid)
boot_cpu = 1;
Expand Down

0 comments on commit 7e99b12

Please sign in to comment.