Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7091
b: refs/heads/master
c: 7db078b
h: refs/heads/master
i:
  7089: fa89d73
  7087: fba4191
v: v3
  • Loading branch information
Russell King authored and Russell King committed Sep 4, 2005
1 parent 2a6c866 commit 9a92a94
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: ca6ca91d8c7498d45e0d35800503699164366f10
refs/heads/master: 7db078be194469490caacac7d13bace38eaebdf5
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ int __cpuinit __cpu_up(unsigned int cpu)
* We need to tell the secondary core where to find
* its stack and the page tables.
*/
secondary_data.stack = (void *)idle->thread_info + THREAD_SIZE - 8;
secondary_data.stack = (void *)idle->thread_info + THREAD_START_SP;
secondary_data.pgdir = virt_to_phys(pgd);
wmb();

Expand Down

0 comments on commit 9a92a94

Please sign in to comment.