Skip to content
Commit 7bc13fd3 authored by Will Deacon's avatar Will Deacon Committed by Catalin Marinas
Browse files

arm64: dcache: select DCACHE_WORD_ACCESS for little-endian CPUs



DCACHE_WORD_ACCESS uses the word-at-a-time API for optimised string
comparisons in the vfs layer.

This patch implements support for load_unaligned_zeropad in much the
same way as has been done for ARM, although big-endian systems are also
supported.

Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 4da7a56c
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