mips-tlb-fix: check for alignment faults.\nMIPS was never updated to use TLBS correct...
authorKorey Sewell <ksewell@umich.edu>
Sat, 18 Apr 2009 14:42:29 +0000 (10:42 -0400)
committerKorey Sewell <ksewell@umich.edu>
Sat, 18 Apr 2009 14:42:29 +0000 (10:42 -0400)
commitd8a34a9745d652b6e4484cf227754e7f23e48879
tree71bec11e752db03d7a547b770ed915a25dff1e74
parente501e1af54904fee4abc64df4888d24976fa6bef
mips-tlb-fix: check for alignment faults.\nMIPS was never updated to use TLBS correcty in SE mode. The error was forwarding translations directly to pageTable. The TLB should check for alignment faults at bare minimum here but in the long run we should be using TLBs in SE mode for MIPS.
src/arch/mips/tlb.cc