Review Board 2.0.15


Mem: Reclaim some request flags used by MIPS for alignment checking.

Review Request #270 - Created Oct. 9, 2010 and submitted

Information
Gabe Black
gem5
Reviewers
Default
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.