O3: Fix bug when a squash occurs right before TLB miss returns.
authorAli Saidi <Ali.Saidi@ARM.com>
Wed, 23 Feb 2011 21:10:49 +0000 (15:10 -0600)
committerAli Saidi <Ali.Saidi@ARM.com>
Wed, 23 Feb 2011 21:10:49 +0000 (15:10 -0600)
commit68bd80794c8c72de9c1b447ab21e8c4c0a315ee3
tree92acb1e184bfa8d2965d468ca053eaff0d413c65
parente572cf93ee411ef40acdb64eb3073231619862ed
O3: Fix bug when a squash occurs right before TLB miss returns.

In this case we need to throw away the TLB miss, not assume it was the
one we were waiting for.
src/cpu/o3/fetch.hh
src/cpu/o3/fetch_impl.hh