61,62d60
< #include "mem/cache/coherence/simple_coherence.hh"
<
70c68
< template class Cache<FALRU, SimpleCoherence>;
---
> template class Cache<FALRU>;
74c72
< template class Cache<IIC, SimpleCoherence>;
---
> template class Cache<IIC>;
78c76
< template class Cache<LRU, SimpleCoherence>;
---
> template class Cache<LRU>;
82c80
< template class Cache<Split, SimpleCoherence>;
---
> template class Cache<Split>;
86c84
< template class Cache<SplitLIFO, SimpleCoherence>;
---
> template class Cache<SplitLIFO>;