commit | dee8f3d50014ae0e300269867d7dbca5fa4759e5 | [log] [tgz] |
---|---|---|
author | Min Kyu Jeong <minkyu.jeong@arm.com> | Wed Aug 25 19:10:43 2010 -0500 |
committer | Min Kyu Jeong <minkyu.jeong@arm.com> | Wed Aug 25 19:10:43 2010 -0500 |
tree | f198ef8c47aff019bbfb093473f7d3f6552a2e38 | |
parent | b52fed4747423680cde8ec407605be6bfd017822 [diff] |
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.