I meant another piece:
"For implementations which implement multiple level of caches ...
<speaking about inclusive caches here> ... The software must place a
SYNC instruction after the CACHE instruction whenever there are possible
writebacks from the inner cache to ensure that the writeback data is
resident in the outer cache before operating on the
outer cache. ... <the rest of statement is a bogeyman story about not
doing so>
For implementations which implement muliple level of caches without the
inclusion property, the use of a SYNC instruction after the CACHE
instruction is still needed whenever writeback data has to be resident
in the next level of memory hierarchy."
It seems the last sentence shall be also applied for inclusive caches too.
Gleb.
--