Review Board 2.0.15


X86: Make the TLB fault instead of panic when something is unmapped in SE mode.

Review Request #210 - Created Aug. 22, 2010 and submitted

Information
Gabe Black
gem5
Reviewers
Default
X86: Make the TLB fault instead of panic when something is unmapped in SE mode.

The fault object, if invoked, would then panic. This is a bit less direct, but
it means speculative execution won't panic the simulator.

   
Ship it!
Posted (Aug. 23, 2010, 12:08 a.m.)
Makes sense to me.  (Though I don't know the code well)