From a1c1ae4cbe1a0d6981f6dce4ba617ed64d93a141 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 10 Jul 2007 16:31:19 +0100 Subject: [PATCH] --- yaml --- r: 58680 b: refs/heads/master c: 44659f29a0a26dcdbf516a82b0ff96d6ba464724 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/pmc-sierra/yosemite/smp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c876f0ab6f01..b08d028919ed 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7e95a016f844fc660bf80065413998a784a78988 +refs/heads/master: 44659f29a0a26dcdbf516a82b0ff96d6ba464724 diff --git a/trunk/arch/mips/pmc-sierra/yosemite/smp.c b/trunk/arch/mips/pmc-sierra/yosemite/smp.c index 305491e74dbe..d83c4ada14f3 100644 --- a/trunk/arch/mips/pmc-sierra/yosemite/smp.c +++ b/trunk/arch/mips/pmc-sierra/yosemite/smp.c @@ -77,7 +77,7 @@ void __init plat_prepare_cpus(unsigned int max_cpus) * stack so the first thing we do is throw away that stuff and load useful * values into the registers ... */ -void prom_boot_secondary(int cpu, struct task_struct *idle) +void __init prom_boot_secondary(int cpu, struct task_struct *idle) { unsigned long gp = (unsigned long) task_thread_info(idle); unsigned long sp = __KSTK_TOS(idle);