commit | 0ce636700c5bad54eda0e62903a1803f6d67b31d | [log] [tgz] |
---|---|---|
author | Kevin Hao <haokexin@gmail.com> | Thu Aug 22 09:30:35 2013 +0800 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Dec 02 14:13:47 2013 +1100 |
tree | b3302187e8e314de7c7cef55f1147c755de8e8f6 | |
parent | dfee0efe3ec8d4099c69e8234e4e4306619b9ba6 [diff] |
powerpc: purge all the prefetched instructions for the coherent icache flush As Benjamin Herrenschmidt has indicated, we still need a dummy icbi to purge all the prefetched instructions from the ifetch buffers for the snooping icache. We also need a sync before the icbi to order the actual stores to memory that might have modified instructions with the icbi. Signed-off-by: Kevin Hao <haokexin@gmail.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>