]> git.pld-linux.org Git - packages/kernel.git/blame - 2.6.3-sparc32-fix.patch
- obsolete
[packages/kernel.git] / 2.6.3-sparc32-fix.patch
CommitLineData
51feef60 1--- linux-2.6.3.org/include/asm-sparc/pgtsun4.h 2004-02-18 04:57:18.000000000 +0100
2+++ linux-2.6.3/include/asm-sparc/pgtsun4.h 2004-02-20 22:35:27.301158776 +0100
3@@ -54,6 +54,7 @@
4 #define _SUN4C_PAGE_NOCACHE 0x10000000 /* non-cacheable page */
5 #define _SUN4C_PAGE_PRESENT 0x08000000 /* implemented in software */
6 #define _SUN4C_PAGE_IO 0x04000000 /* I/O page */
7+#define _SUN4C_PAGE_FILE 0x02000000 /* implemented in software */
8 #define _SUN4C_PAGE_READ 0x00800000 /* implemented in software */
9 #define _SUN4C_PAGE_WRITE 0x00400000 /* implemented in software */
10 #define _SUN4C_PAGE_ACCESSED 0x00200000 /* implemented in software */
This page took 0.042646 seconds and 4 git commands to generate.