From: Konrad Rzeszutek Wilk Date: Wed, 20 Jun 2012 17:43:44 +0000 (-0400) Subject: config: Make it possible to build under 32-bit X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b22412adec8855294c5bcc4191bbab83c1cfedc7;p=xentesttools%2Fbootstrap.git config: Make it possible to build under 32-bit Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/linux.config b/linux.config index daa8534..a31678d 100644 --- a/linux.config +++ b/linux.config @@ -2,10 +2,6 @@ # Automatically generated file; DO NOT EDIT. # Linux/x86_64 3.2.0 Kernel Configuration # -CONFIG_64BIT=y -# CONFIG_X86_32 is not set -CONFIG_X86_64=y -CONFIG_X86=y CONFIG_INSTRUCTION_DECODER=y CONFIG_OUTPUT_FORMAT="elf64-x86-64" CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig" @@ -2963,3 +2959,4 @@ CONFIG_CPU_RMAP=y CONFIG_NLATTR=y # CONFIG_AVERAGE is not set # CONFIG_CORDIC is not set +CONFIG_HIGHMEM64G=y