Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99790
b: refs/heads/master
c: f307d25
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Jul 8, 2008
1 parent 6e0a502 commit 1da1301
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5deb0b2a25b7b568ab81f7c38052572ecf4ccc96
refs/heads/master: f307d25e638d3408659a2ec98fb3fd1737f7cb31
2 changes: 2 additions & 0 deletions trunk/arch/x86/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,7 @@ static void __cpuinit do_fork_idle(struct work_struct *work)
complete(&c_idle->done);
}

#ifdef CONFIG_X86_64
/*
* Allocate node local memory for the AP pda.
*
Expand Down Expand Up @@ -852,6 +853,7 @@ static int __cpuinit get_local_pda(int cpu)
cpu_pda(cpu) = newpda;
return 0;
}
#endif /* CONFIG_X86_64 */

static int __cpuinit do_boot_cpu(int apicid, int cpu)
/*
Expand Down

0 comments on commit 1da1301

Please sign in to comment.