Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173405
b: refs/heads/master
c: d780613
h: refs/heads/master
i:
  173403: c0f4ad7
v: v3
  • Loading branch information
Paul Mundt committed Oct 14, 2009
1 parent 8175d0f commit 9a1f619
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 36c871992697eaaf88a3682c2c3003a41c54b8c0
refs/heads/master: d780613acc0eeea89e1b3a7d9db765e0f2a4a950
4 changes: 3 additions & 1 deletion trunk/arch/sh/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ int __cpuinit __cpu_up(unsigned int cpu)
stack_start.bss_start = 0; /* don't clear bss for secondary cpus */
stack_start.start_kernel_fn = start_secondary;

flush_cache_all();
flush_icache_range((unsigned long)&stack_start,
(unsigned long)&stack_start + sizeof(stack_start));
wmb();

plat_start_cpu(cpu, (unsigned long)_stext);

Expand Down

0 comments on commit 9a1f619

Please sign in to comment.