Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199758
b: refs/heads/master
c: 4adc8b7
h: refs/heads/master
v: v3
  • Loading branch information
Borislav Petkov authored and Ingo Molnar committed Jun 2, 2010
1 parent 981210e commit dd60918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c8fcb14fecac72bb2cd2974cf133fba6c4b4a13d
refs/heads/master: 4adc8b71cc142f9a7b44b13b99aab38ba897c56f
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ static void __cpuinit do_fork_idle(struct work_struct *work)
static void __cpuinit announce_cpu(int cpu, int apicid)
{
static int current_node = -1;
int node = cpu_to_node(cpu);
int node = early_cpu_to_node(cpu);

if (system_state == SYSTEM_BOOTING) {
if (node != current_node) {
Expand Down

0 comments on commit dd60918

Please sign in to comment.