From: Min Kyu Jeong Date: Thu, 26 Aug 2010 00:10:43 +0000 (-0500) Subject: ARM: Support unaligned memory access. X-Git-Tag: stable_2012_02_02~841 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dee8f3d50014ae0e300269867d7dbca5fa4759e5;p=gem5.git 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. --- diff --git a/src/arch/arm/isa_traits.hh b/src/arch/arm/isa_traits.hh index 39232b9c7..aae7566fe 100644 --- a/src/arch/arm/isa_traits.hh +++ b/src/arch/arm/isa_traits.hh @@ -113,7 +113,7 @@ namespace ArmISA const uint32_t HighVecs = 0xFFFF0000; // Memory accesses cannot be unaligned - const bool HasUnalignedMemAcc = false; + const bool HasUnalignedMemAcc = true; enum InterruptTypes {