Merge "cortex-a9: Fix reference to __memcpy_base_aligned."

This commit is contained in:
Christopher Ferris 2015-04-28 20:28:41 +00:00 committed by Gerrit Code Review
commit 6fa65e7cd5

View File

@ -44,7 +44,7 @@ ENTRY_PRIVATE(MEMCPY_BASE)
/* check if buffers are aligned. If so, run arm-only version */ /* check if buffers are aligned. If so, run arm-only version */
eor r3, r0, r1 eor r3, r0, r1
ands r3, r3, #0x3 ands r3, r3, #0x3
beq __memcpy_base_aligned beq MEMCPY_BASE_ALIGNED
/* Check the upper size limit for Neon unaligned memory access in memcpy */ /* Check the upper size limit for Neon unaligned memory access in memcpy */
cmp r2, #224 cmp r2, #224