patch-2.3.23 linux/include/asm-sh/page.h

Next file: linux/include/asm-sh/pgtable.h
Previous file: linux/include/asm-sh/namei.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.22/linux/include/asm-sh/page.h linux/include/asm-sh/page.h
@@ -5,12 +5,12 @@
  * Copyright (C) 1999  Niibe Yutaka
  */
 
-/* XXX 
-   [ P0 (virtual) ]               0x00000000     <------ User space
-   [ P1 (fixed)  write-through]   0x80000000     <------ Kernel space
-   [ P2 (fixed)  non-cachable]    0xA0000000     <------ Physical access
-   [ P3 (virtual) write-back]     0xC0000000     <------ not used
-   [ P4 control   ]               0xE0000000
+/*
+   [ P0/U0 (virtual) ]		0x00000000     <------ User space
+   [ P1 (fixed)   cached ]	0x80000000     <------ Kernel space
+   [ P2 (fixed)  non-cachable]	0xA0000000     <------ Physical access
+   [ P3 (virtual) cached]	0xC0000000     <------ not used
+   [ P4 control   ]		0xE0000000
  */
 
 #include <linux/config.h>

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)