commit | 2a441212a74377e25d1b15075f3c2d8ee8f92533 | [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 | 9ae360ff579cded535206800b9294c56d9cdd534 [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>