patch-2.3.30 linux/arch/ppc/kernel/entry.S
Next file: linux/arch/ppc/kernel/gemini_prom.S
Previous file: linux/arch/ppc/kernel/align.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Thu Dec 2 14:37:34 1999
- Orig file:
v2.3.29/linux/arch/ppc/kernel/entry.S
- Orig date:
Thu Nov 11 20:11:32 1999
diff -u --recursive --new-file v2.3.29/linux/arch/ppc/kernel/entry.S linux/arch/ppc/kernel/entry.S
@@ -386,13 +386,13 @@
mtlr r0
blr
-#ifndef CONFIG_8xx
+
/*
* PROM code for specific machines follows. Put it
* here so it's easy to add arch-specific sections later.
* -- Cort
*/
-
+#if defined(CONFIG_CHRP) || defined(CONFIG_PMAC) || defined(CONFIG_ALL_PPC)
/*
* On CHRP, the Run-Time Abstraction Services (RTAS) have to be
* called with the MMU off.
@@ -432,4 +432,4 @@
mtspr SRR0,r8
mtspr SRR1,r9
rfi /* return to caller */
-#endif /* CONFIG_8xx */
+#endif /* CONFIG_CHRP || CONFIG_PMAC || CONFIG_ALL_PPC */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)