mem: Remove the IIC replacement policy
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>
Mon, 7 Jan 2013 18:05:39 +0000 (13:05 -0500)
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>
Mon, 7 Jan 2013 18:05:39 +0000 (13:05 -0500)
commitd44f2f611ff51941a8702a33a0bc57d7f574e462
tree85928f5bc95981755c11118a62c42fc28e1e6a0f
parent9364d35b8bce516459be09bb13891600921e9e6e
mem: Remove the IIC replacement policy

The IIC replacement policy seems to be unused and has probably
gathered too much bit rot to be useful. This patch removes the IIC and
its associated cache parameters.
src/mem/cache/BaseCache.py
src/mem/cache/builder.cc
src/mem/cache/cache.cc
src/mem/cache/tags/SConscript
src/mem/cache/tags/iic.cc [deleted file]
src/mem/cache/tags/iic.hh [deleted file]
src/mem/cache/tags/iic_repl/Repl.py [deleted file]
src/mem/cache/tags/iic_repl/gen.cc [deleted file]
src/mem/cache/tags/iic_repl/gen.hh [deleted file]
src/mem/cache/tags/iic_repl/repl.hh [deleted file]
src/mem/config/cache.hh