From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ch1outboundpool.messaging.microsoft.com (ch1ehsobe005.messaging.microsoft.com [216.32.181.185]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "Microsoft Secure Server Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id E8A12B6F62 for ; Fri, 29 Jul 2011 06:02:33 +1000 (EST) Message-ID: <4E31C04D.7040700@freescale.com> Date: Thu, 28 Jul 2011 15:02:21 -0500 From: Timur Tabi MIME-Version: 1.0 To: Baruch Siach Subject: Re: [RFC PATCH] powerpc: 85xx: Make e500/e500v2 depend on !E500MC References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Cc: Kumar Gala , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , wrote: > On Sun, Jun 19, 2011 at 11:56 PM, Baruch Siach wrote: >> CONFIG_E500MC breaks e500/e500v2 systems. It defines L1_CACHE_SHIFT to 6, thus >> breaking clear_pages(), probably others too. >> >> Cc: Kumar Gala >> Signed-off-by: Baruch Siach >> --- >> Is this the right approach? > > It doesn't work for me. I also get this error if I try to build corenet32_smp_defconfig: arch/powerpc/platforms/Kconfig.cputype:136:error: recursive dependency detected! arch/powerpc/platforms/Kconfig.cputype:136: symbol PPC_E500MC is selected by P2040_RDB arch/powerpc/platforms/85xx/Kconfig:176: symbol P2040_RDB depends on PPC_E500MC -- Timur Tabi Linux kernel developer at Freescale