CPU: Fix a case where timing simple cpu faults can nest.
authorAli Saidi <Ali.Saidi@ARM.com>
Thu, 5 May 2011 01:38:27 +0000 (20:38 -0500)
committerAli Saidi <Ali.Saidi@ARM.com>
Thu, 5 May 2011 01:38:27 +0000 (20:38 -0500)
commit6e634beb8acda76085aaef6dbf38aa69b6a6dd4f
treef27f32f705235ee80309dd188bcc3f24194ac366
parent89e7bcca822a4690f630393cd400cf3468298fb1
CPU: Fix a case where timing simple cpu faults can nest.

If we fault, change the state to faulting so that we don't fault again in the same cycle.
src/cpu/simple/base.hh
src/cpu/simple/timing.cc