projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
909fa64
)
[MIPS] Yosemite: Fix build damage by dc8f6029cd51af1b148846a32e68d69013a5cc0f.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 21 Feb 2006 00:17:50 +0000
(
00:17
+0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 21 Feb 2006 16:58:23 +0000
(16:58 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pmc-sierra/yosemite/smp.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/pmc-sierra/yosemite/smp.c
b/arch/mips/pmc-sierra/yosemite/smp.c
index f17f575f58f0a17ddfb700549110c07feb4afad1..7f8fda962190a590523dee4b2ac22cb84dc880c5 100644
(file)
--- a/
arch/mips/pmc-sierra/yosemite/smp.c
+++ b/
arch/mips/pmc-sierra/yosemite/smp.c
@@
-94,7
+94,7
@@
void __init prom_prepare_cpus(unsigned int max_cpus)
void prom_boot_secondary(int cpu, struct task_struct *idle)
{
unsigned long gp = (unsigned long) task_thread_info(idle);
- unsigned long sp = __KSTK_TO
P
(idle);
+ unsigned long sp = __KSTK_TO
S
(idle);
secondary_sp = sp;
secondary_gp = gp;