patch-2.4.22 linux-2.4.22/include/asm-arm/setup.h

Next file: linux-2.4.22/include/asm-arm/signal.h
Previous file: linux-2.4.22/include/asm-arm/scatterlist.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/include/asm-arm/setup.h linux-2.4.22/include/asm-arm/setup.h
@@ -130,9 +130,16 @@
 	u32 start;	/* starting block of floppy-based RAM disk image */
 };
 
-/* describes where the compressed ramdisk image lives */
+/* describes where the compressed ramdisk image lives (virtual address) */
+/*
+ * this one accidentally used virtual addresses - as such,
+ * its depreciated.
+ */
 #define ATAG_INITRD	0x54410005
 
+/* describes where the compressed ramdisk image lives (physical address) */
+#define ATAG_INITRD2	0x54420005
+
 struct tag_initrd {
 	u32 start;	/* physical start address */
 	u32 size;	/* size of compressed ramdisk image in bytes */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)