Re: [PATCH v2] powerpc: 85xx: separate e500 from e500mc

2011-08-09 Thread Baruch Siach
Hi Scott, On Mon, Aug 08, 2011 at 02:42:52PM -0500, Scott Wood wrote: On 08/08/2011 04:07 AM, Baruch Siach wrote: CONFIG_E500MC breaks e500/e500v2 systems. It defines L1_CACHE_SHIFT to 6, thus breaking clear_pages(), probably others too. This patch adds a new Processor Type entry for

[PATCH v2] powerpc: 85xx: separate e500 from e500mc

2011-08-08 Thread Baruch Siach
CONFIG_E500MC breaks e500/e500v2 systems. It defines L1_CACHE_SHIFT to 6, thus breaking clear_pages(), probably others too. This patch adds a new Processor Type entry for e500mc, and makes e500 systems depend on PPC_E500. Cc: Kumar Gala ga...@kernel.crashing.org Signed-off-by: Baruch Siach

Re: [PATCH v2] powerpc: 85xx: separate e500 from e500mc

2011-08-08 Thread Scott Wood
On 08/08/2011 04:07 AM, Baruch Siach wrote: CONFIG_E500MC breaks e500/e500v2 systems. It defines L1_CACHE_SHIFT to 6, thus breaking clear_pages(), probably others too. This patch adds a new Processor Type entry for e500mc, and makes e500 systems depend on PPC_E500. I can see confusion