Get rid of bogus cache assertion.
authorSteve Reinhardt <stever@gmail.com>
Fri, 13 Jun 2008 05:29:20 +0000 (01:29 -0400)
committerSteve Reinhardt <stever@gmail.com>
Fri, 13 Jun 2008 05:29:20 +0000 (01:29 -0400)
commit024ec4c5c310b1225a52532d41d5cc9f2633ae6c
treee2792fceab44c2fe9518fd40d2d5ad27d74de945
parent2b4874449ce45504a1759c593a1f9b00983fca01
Get rid of bogus cache assertion.
I was asserting that the only reason you would defer targets is if
a write came in while you had an outstanding read miss, but there's
another case where you could get a read access after you've snooped
an invalidation and buffered it because it applies to a prior
outstanding miss.
src/mem/cache/cache_impl.hh