Mem: Reclaim some request flags used by MIPS for alignment checking.
authorGabe Black <gblack@eecs.umich.edu>
Sat, 16 Oct 2010 07:00:54 +0000 (00:00 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sat, 16 Oct 2010 07:00:54 +0000 (00:00 -0700)
commitb289966a7817487d05bdf9722786a1216032978a
tree0b32cca3c61ee957b40b1127ffe16e724d065eba
parentab9f062166085c9750eeee2318c25efeb2ec5948
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.
src/arch/mips/isa/decoder.isa
src/arch/mips/tlb.cc
src/mem/request.hh