From 5e57afe71b3f08a8802412c8cf832fc2d2865cbf Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Mon, 22 Apr 2013 17:41:31 +0200 Subject: [PATCH] AppleTV: Disable MPPARSE The AppleTV hardware does not have MPPARSE support (as it does not have SMP capabilities). --- projects/ATV/linux/linux.i386.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ATV/linux/linux.i386.conf b/projects/ATV/linux/linux.i386.conf index 3ff9700138..da94e15571 100644 --- a/projects/ATV/linux/linux.i386.conf +++ b/projects/ATV/linux/linux.i386.conf @@ -266,7 +266,7 @@ CONFIG_INLINE_WRITE_UNLOCK_IRQ=y # CONFIG_ZONE_DMA=y # CONFIG_SMP is not set -CONFIG_X86_MPPARSE=y +# CONFIG_X86_MPPARSE is not set # CONFIG_X86_EXTENDED_PLATFORM is not set CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y # CONFIG_X86_32_IRIS is not set