patch-2.4.0-test5 linux/include/asm-i386/e820.h

Next file: linux/include/asm-i386/hardirq.h
Previous file: linux/include/asm-i386/bitops.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/include/asm-i386/e820.h linux/include/asm-i386/e820.h
@@ -27,7 +27,7 @@
 
 struct e820map {
     int nr_map;
-    struct {
+    struct e820entry {
 	long long addr;		/* start of memory segment */
 	long long size;		/* size of memory segment */
 	long type;		/* type of memory segment */

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