commit | 33f57bd553edf29dffef5a6c7d76e169c79a6049 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Fri Mar 26 15:14:43 2010 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Tue Mar 30 10:48:30 2010 -0500 |
tree | cae931b06803cf6ff873209a52e5e7dd706beb26 | |
parent | 060f28532b09dd3d2c78423bdd809ac768a27629 [diff] |
85xx: Fix enabling of L1 cache parity on secondary cores Use the same code between primary and secondary cores to init the L1 cache. We were not enabling cache parity on the secondary cores. Also, reworked the L1 cache init code to match the e500mc L2 init code that first invalidates the cache and locks. Than enables the cache and makes sure its enabled before continuing. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>