Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88789
b: refs/heads/master
c: f7401f7
h: refs/heads/master
i:
  88787: 9efb037
v: v3
  • Loading branch information
Glauber de Oliveira Costa authored and Ingo Molnar committed Apr 17, 2008
1 parent 9cafda5 commit 7f74246
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5745abfe86841a97fbe9e3f1e4f881a01b0c5f5b
refs/heads/master: f7401f7fe653f90f8f80a241840b9b499779e87d
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/smpboot_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ static void __cpuinit smp_store_cpu_info(int id)

*c = boot_cpu_data;
c->cpu_index = id;
identify_cpu(c);
if (id != 0)
identify_secondary_cpu(c);
}

static inline void wait_for_init_deassert(atomic_t *deassert)
Expand Down

0 comments on commit 7f74246

Please sign in to comment.