From 4df927bbea01f5f9aad46517d0927a92f797058a Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 20 Dec 2007 11:05:16 +0000 Subject: [PATCH] Fix UP unprivileged x86/64 build. Signed-off-by: Keir Fraser --- arch/x86_64/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index b236234e..312f2155 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig @@ -234,7 +234,7 @@ config X86_IO_APIC config X86_XEN_GENAPIC bool depends on X86_64_XEN - default XEN_PRIVILEGED_GUEST || SMP + default y config X86_LOCAL_APIC bool -- 2.39.5