diff options
Diffstat (limited to 'arch/sparc64/prom/misc.c')
-rw-r--r-- | arch/sparc64/prom/misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc64/prom/misc.c b/arch/sparc64/prom/misc.c index 8b738fd41..9720f1a70 100644 --- a/arch/sparc64/prom/misc.c +++ b/arch/sparc64/prom/misc.c @@ -1,4 +1,4 @@ -/* $Id: misc.c,v 1.8 1997/07/14 23:45:28 davem Exp $ +/* $Id: misc.c,v 1.9 1997/07/24 12:15:11 davem Exp $ * misc.c: Miscellaneous prom functions that don't belong * anywhere else. * @@ -135,7 +135,7 @@ void prom_set_trap_table(unsigned long tba) } #ifdef __SMP__ -void prom_start_cpu(int cpunode, unsigned long pc, unsigned long o0) +void prom_startcpu(int cpunode, unsigned long pc, unsigned long o0) { p1275_cmd("SUNW,start-cpu", P1275_INOUT(3, 0), cpunode, pc, o0); } |