
18 Mar
2016
18 Mar
'16
4:58 p.m.
On 02/08/2016 09:27 PM, Saksham Jain wrote:
When MMU is disabled, 64bit Write must be at a memory aligned at 64bit Boundary. So, this commit splits the 64bit write into 2 -32bit
s/-32bit/32-bit
or you can use 32bit for consistency.
writes as the memory location is not guaranteed to be 64bit aligned. The alignment exception only occurs when MMU is disabled.
York