summaryrefslogtreecommitdiffstats
path: root/include/asm-i386
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-07-28 22:58:42 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-07-28 22:58:42 +0000
commiteed6b7c84cc33f229f6fecd884d9a22af5bec514 (patch)
tree422a7a49328c59053f4fb11805adb753523c2f2c /include/asm-i386
parenta3b90e3c6976551acbac09f5aacd736a1658aaa8 (diff)
Merge with Linux 2.4.0-test5-pre6.
Diffstat (limited to 'include/asm-i386')
-rw-r--r--include/asm-i386/e820.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/e820.h b/include/asm-i386/e820.h
index 47cd4856c..d98013db9 100644
--- a/include/asm-i386/e820.h
+++ b/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 */