cpu: fix a switching issue with the o3 cpu.
authorAli Saidi <saidi@eecs.umich.edu>
Tue, 5 Mar 2013 04:33:47 +0000 (23:33 -0500)
committerAli Saidi <saidi@eecs.umich.edu>
Tue, 5 Mar 2013 04:33:47 +0000 (23:33 -0500)
commitf205d83359dfb3c4f75159f83081b5e356c3c4b4
tree54d847c2b4f0d57acff50b4367c43bc3390bc619
parentf4fd12d49e9a4aea3ab3b538301b5fd0f657137b
cpu: fix a switching issue with the o3 cpu.

This change fixes the switcheroo test that broke earlier this month. The code
that was checking for the pipeline being blocked wasn't checking for a pending
translation, only for a icache access.
src/cpu/o3/fetch_impl.hh