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

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)