commit | acf3f8da98fdd432a7b0bbcc8c94d706f1bb5c72 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Jul 21 00:20:21 2011 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Jul 29 08:53:38 2011 -0500 |
tree | 85681bacc33dff6bfcd9f40ad2e93c9635dc4ba1 | |
parent | db564bccefaa537b4a2bd46778b00536bab17258 [diff] |
powerpc/85xx: Handle the lack of L2 cache on P2040/P2040E The P2040/P2040E have no L2 cache. So we utilize the SVR to determine if we are one of these devices and skip the L2 init code in cpu_init.c and release. For the device tree we skip the updating of the L2 cache properties but we still update the chain of caches so the CPC/L3 node can be properly updated. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>