patch-2.4.0-test7 linux/include/asm-arm/hardware.h
Next file: linux/include/asm-arm/leds.h
Previous file: linux/include/asm-arm/dma.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Sun Aug 13 09:54:15 2000
- Orig file:
v2.4.0-test6/linux/include/asm-arm/hardware.h
- Orig date:
Fri Oct 22 13:21:53 1999
diff -u --recursive --new-file v2.4.0-test6/linux/include/asm-arm/hardware.h linux/include/asm-arm/hardware.h
@@ -11,4 +11,10 @@
#include <asm/arch/hardware.h>
+#ifdef PARAMS_OFFSET
+#define PARAMS_BASE ((PAGE_OFFSET) + (PARAMS_OFFSET))
+#else
+#define PARAMS_BASE 0
+#endif
+
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)