patch-2.4.0-test12 linux/include/asm-parisc/fixmap.h
Next file: linux/include/asm-parisc/gsc.h
Previous file: linux/include/asm-parisc/fcntl.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Dec 5 12:29:39 2000
- Orig file:
v2.4.0-test11/linux/include/asm-parisc/fixmap.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.4.0-test11/linux/include/asm-parisc/fixmap.h linux/include/asm-parisc/fixmap.h
@@ -0,0 +1,8 @@
+#ifndef _ASM_FIXMAP_H
+#define _ASM_FIXMAP_H
+
+#define FIXADDR_TOP (0xffffe000UL)
+#define FIXADDR_SIZE (0 << PAGE_SHIFT)
+#define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)