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 coming from having CONFIG_E500 and CONFIG_PPC_E500...
Maybe CONFIG_PPC_E500V1_2? Or CONFIG_PPC_E500V2, with a note in the
kconfig help that it supports e500v1 as well.
-Scott