aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/efibind.h
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2012-09-12 13:29:30 +0100
committerKeir Fraser <keir@xen.org>2012-09-12 13:29:30 +0100
commit5d1181a5ea5e0f11d481a94b16ed00d883f9726e (patch)
tree4b43be5829873f2ec1a1b2d0f7e26b15dffb11c6 /xen/include/asm-x86/efibind.h
parentb314cd733413babc5978b819793ad5c77f094adf (diff)
downloadxen-5d1181a5ea5e0f11d481a94b16ed00d883f9726e.tar.gz
xen-5d1181a5ea5e0f11d481a94b16ed00d883f9726e.tar.bz2
xen-5d1181a5ea5e0f11d481a94b16ed00d883f9726e.zip
xen: Remove x86_32 build target.
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/asm-x86/efibind.h')
-rw-r--r--xen/include/asm-x86/efibind.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/xen/include/asm-x86/efibind.h b/xen/include/asm-x86/efibind.h
index b0f262f99a..bce02f3707 100644
--- a/xen/include/asm-x86/efibind.h
+++ b/xen/include/asm-x86/efibind.h
@@ -1,6 +1,2 @@
#include <xen/types.h>
-#if defined(__i386__)
-# include <asm/x86_32/efibind.h>
-#elif defined(__x86_64__)
-# include <asm/x86_64/efibind.h>
-#endif
+#include <asm/x86_64/efibind.h>