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
- Lines: 18
- Date:
2003-08-25 04:44:43.000000000 -0700
- Orig file:
linux-2.4.21/include/asm-arm/setup.h
- Orig date:
2001-10-25 13:53:55.000000000 -0700
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)