aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/e820.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-08-30 11:01:39 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-08-30 11:01:39 +0100
commit5e9b89146b50610c636c6b1729fded12488ea0b2 (patch)
tree0a21dc845a75d1dbacbb92d32e9e8f767e5fddae /xen/include/asm-x86/e820.h
parentf57dc30e307d561093da5bf95d6bd45673997783 (diff)
downloadxen-5e9b89146b50610c636c6b1729fded12488ea0b2.tar.gz
xen-5e9b89146b50610c636c6b1729fded12488ea0b2.tar.bz2
xen-5e9b89146b50610c636c6b1729fded12488ea0b2.zip
xen: Understand the E820_UNUSABLE (type code 5) memory type.
Signed-off-by: Joseph Cihula <joseph.cihula@intel.com> Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/e820.h')
-rw-r--r--xen/include/asm-x86/e820.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/asm-x86/e820.h b/xen/include/asm-x86/e820.h
index 1d3a981f2e..69643949ad 100644
--- a/xen/include/asm-x86/e820.h
+++ b/xen/include/asm-x86/e820.h
@@ -8,6 +8,7 @@
#define E820_RESERVED 2
#define E820_ACPI 3
#define E820_NVS 4
+#define E820_UNUSABLE 5
struct e820entry {
uint64_t addr;