From 08d1947761d9b2b3bbcf35d473792cecc1eace21 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 b0c7a702c8..dc07c04053 100644 --- a/projects/ATV/linux/linux.i386.conf +++ b/projects/ATV/linux/linux.i386.conf @@ -265,7 +265,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