----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3516/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- arm: Fix secure state checking in various places Faults that could potentially be routed to the hypervisor checked whether or not they were in a secure state without checking if security was enabled or not. This caused faults not to be routed correctly. This patch causes secure state checking to first ask if security is enabled. Diffs ----- src/arch/arm/faults.cc fdfc2455b091b221cd95aaf04e367dea68cd1b3f src/arch/arm/interrupts.hh fdfc2455b091b221cd95aaf04e367dea68cd1b3f src/arch/arm/interrupts.cc fdfc2455b091b221cd95aaf04e367dea68cd1b3f Diff: http://reviews.gem5.org/r/3516/diff/ Testing ------- Thanks, Curtis Dunham _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
