Skip to content
Commit fd522a8d authored by Catalin Marinas's avatar Catalin Marinas Committed by Russell King
Browse files

ARM: 6006/1: ARM: Use the correct NOP size in memmove for Thumb-2 kernel builds



When compiling the kernel to Thumb-2, using a 16-bit NOP in the
memmove() implementation causes the preceding ADD PC instruction to
branch incorrectly in the middle of a 32-bit LDR or STR instruction. The
memmove() code is now similar to the memcpy() template.

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 782a0fd1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment