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

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)