ARM: Support unaligned memory access.
authorMin Kyu Jeong <minkyu.jeong@arm.com>
Thu, 26 Aug 2010 00:10:43 +0000 (19:10 -0500)
committerMin Kyu Jeong <minkyu.jeong@arm.com>
Thu, 26 Aug 2010 00:10:43 +0000 (19:10 -0500)
commitdee8f3d50014ae0e300269867d7dbca5fa4759e5
treef198ef8c47aff019bbfb093473f7d3f6552a2e38
parentb52fed4747423680cde8ec407605be6bfd017822
ARM: Support unaligned memory access.

Without this flag set, page-crossing requests were not split into two mem
request.

Depending on the alignment bit in the SCTLR, misaligned access could
raise a fault. However it seems unnecessary to implement that.
src/arch/arm/isa_traits.hh