aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/elfcore.h
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2012-09-12 20:41:01 +0100
committerKeir Fraser <keir@xen.org>2012-09-12 20:41:01 +0100
commita9c02a0d888864daeca191d25601725c5177ec40 (patch)
treeb249b5354a3939c5c675e463571b40c8717c96af /xen/include/xen/elfcore.h
parentfe4ebf84c6aaa4d96ab333cbd478cb67a818814c (diff)
downloadxen-a9c02a0d888864daeca191d25601725c5177ec40.tar.gz
xen-a9c02a0d888864daeca191d25601725c5177ec40.tar.bz2
xen-a9c02a0d888864daeca191d25601725c5177ec40.zip
In most of the codebase, use CONFIG_X86 in place of __i386__||__x86_64__
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/xen/elfcore.h')
-rw-r--r--xen/include/xen/elfcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/elfcore.h b/xen/include/xen/elfcore.h
index bd2b4c285a..cc68d5cad8 100644
--- a/xen/include/xen/elfcore.h
+++ b/xen/include/xen/elfcore.h
@@ -65,7 +65,7 @@ typedef struct {
unsigned long xen_compile_date;
unsigned long xen_compile_time;
unsigned long tainted;
-#if defined(__x86_64__)
+#if defined(CONFIG_X86)
unsigned long xen_phys_start;
unsigned long dom0_pfn_to_mfn_frame_list_list;
#endif