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

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

diff -u --recursive --new-file v2.4.0-test6/linux/include/asm-i386/e820.h linux/include/asm-i386/e820.h
@@ -28,9 +28,9 @@
 struct e820map {
     int nr_map;
     struct e820entry {
-	long long addr;		/* start of memory segment */
-	long long size;		/* size of memory segment */
-	long type;		/* type of memory segment */
+	unsigned long long addr;	/* start of memory segment */
+	unsigned long long size;	/* size of memory segment */
+	unsigned long type;		/* type of memory segment */
     } map[E820MAX];
 };
 

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