----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/270/ -----------------------------------------------------------
Review request for Default. Summary ------- Mem: Reclaim some request flags used by MIPS for alignment checking. These flags were being used to identify what alignment a request needed, but the same information is available using the request size. This change also eliminates the isMisaligned function. If more complicated alignment checks are needed, they can be signaled using the ASI_BITS space in the flags vector like is currently done with ARM. Diffs ----- src/arch/mips/isa/decoder.isa fde051006c8c src/arch/mips/tlb.cc fde051006c8c src/mem/request.hh fde051006c8c Diff: http://reviews.m5sim.org/r/270/diff Testing ------- Thanks, Gabe _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
