patch-2.1.53 linux/include/asm-ppc/page.h
Next file: linux/include/asm-ppc/pnp.h
Previous file: linux/include/asm-ppc/namei.h
Back to the patch index
Back to the overall index
-  Lines: 14
-  Date:
Thu Sep  4 12:54:49 1997
-  Orig file: 
v2.1.52/linux/include/asm-ppc/page.h
-  Orig date: 
Mon Aug 18 18:19:47 1997
diff -u --recursive --new-file v2.1.52/linux/include/asm-ppc/page.h linux/include/asm-ppc/page.h
@@ -13,11 +13,11 @@
 /*
  * these virtual mappings for prep and pmac
  * on the prep machine the io areas are at different physical locations
- * than their virtual address.  On the pmac the io areas
+ * than their virtual address.  On the pmac and chrp the io areas
  * are mapped 1-1 virtual/physical.
  * -- Cort
  */
-#ifdef CONFIG_PREP
+#if defined(CONFIG_PREP) || defined(CONFIG_CHRP)
 #define KERNELBASE	0x90000000
 #endif
 #ifdef CONFIG_PMAC
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov