commit | 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Feb 27 16:30:47 2008 -0600 |
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | Wed Feb 27 16:30:47 2008 -0600 |
tree | 101b618786231210f859784693348517b481c7c6 | |
parent | 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6 [diff] |
85xx: Don't icbi when unlocking the cache There is no reason to icbi when invalidating the temporary stack in the d-cache. Its impossible on e500 to have the i-cache contain any addresses in the temp stack and it can be problematic in generating transactions on the bus to non-valid addresses. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>