patch-2.4.6 linux/arch/ppc/kernel/smp.c
Next file: linux/arch/ppc/kernel/time.c
Previous file: linux/arch/ppc/kernel/sleep.S
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Mon Jun 11 19:15:27 2001
- Orig file:
v2.4.5/linux/arch/ppc/kernel/smp.c
- Orig date:
Mon May 21 17:04:47 2001
diff -u --recursive --new-file v2.4.5/linux/arch/ppc/kernel/smp.c linux/arch/ppc/kernel/smp.c
@@ -1,5 +1,5 @@
/*
- * BK Id: SCCS/s.smp.c 1.23 05/17/01 18:14:22 cort
+ * BK Id: SCCS/s.smp.c 1.25 05/23/01 00:38:42 cort
*/
/*
* Smp support for ppc.
@@ -670,12 +670,12 @@
static void
smp_gemini_kick_cpu(int nr)
{
- openpic_init_processor( 1<<i );
+ openpic_init_processor( 1<<nr );
openpic_init_processor( 0 );
}
static void
-smp_gemini_setup_cpu(void)
+smp_gemini_setup_cpu(int cpu_nr)
{
if (OpenPIC_Addr)
do_openpic_setup_cpu();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)