patch-2.3.48 linux/arch/ppc/kernel/entry.S
Next file: linux/arch/ppc/kernel/hashtable.S
Previous file: linux/arch/ppc/kernel/apus_setup.c
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Tue Feb 22 22:27:42 2000
-  Orig file: 
v2.3.47/linux/arch/ppc/kernel/entry.S
-  Orig date: 
Sun Feb 13 19:29:03 2000
diff -u --recursive --new-file v2.3.47/linux/arch/ppc/kernel/entry.S linux/arch/ppc/kernel/entry.S
@@ -435,7 +435,7 @@
  * here so it's easy to add arch-specific sections later.
  * -- Cort
  */
-#if defined(CONFIG_CHRP) || defined(CONFIG_PMAC) || defined(CONFIG_ALL_PPC)
+#if defined(CONFIG_ALL_PPC)
 /*
  * On CHRP, the Run-Time Abstraction Services (RTAS) have to be
  * called with the MMU off.
@@ -475,4 +475,4 @@
 	mtspr	SRR0,r8
 	mtspr	SRR1,r9
 	rfi			/* return to caller */
-#endif /* CONFIG_CHRP || CONFIG_PMAC || CONFIG_ALL_PPC */
+#endif /* CONFIG_ALL_PPC */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)