aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xg_private.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-12-14 10:29:44 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-12-14 10:29:44 +0000
commite6be7d74b912a13d0122b7fb3d3903bae2563d57 (patch)
treea8b4191b7b8c6f0d9a8b0e53657dd4f957d35ccf /tools/libxc/xg_private.h
parentf39983e1f6be7eb8850fcdb8d37f44081d6cd3c2 (diff)
downloadxen-e6be7d74b912a13d0122b7fb3d3903bae2563d57.tar.gz
xen-e6be7d74b912a13d0122b7fb3d3903bae2563d57.tar.bz2
xen-e6be7d74b912a13d0122b7fb3d3903bae2563d57.zip
Allow loading of ELF kernel images that support both PAE and non-PAE.
Also change the elf loader to not look for a strings section unless it is needed. Signed-off-by: Bruce Rogers <brogers@novell.com>
Diffstat (limited to 'tools/libxc/xg_private.h')
-rw-r--r--tools/libxc/xg_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxc/xg_private.h b/tools/libxc/xg_private.h
index 64ac8fad48..5533364f4a 100644
--- a/tools/libxc/xg_private.h
+++ b/tools/libxc/xg_private.h
@@ -132,6 +132,7 @@ struct domain_setup_info
#define PAEKERN_no 0
#define PAEKERN_yes 1
#define PAEKERN_extended_cr3 2
+#define PAEKERN_bimodal 3
unsigned int pae_kernel;
unsigned int load_symtab;