summaryrefslogtreecommitdiffstats
path: root/arch/frv
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@ezchip.com>2015-04-29 12:48:40 -0400
committerBen Hutchings <ben@decadent.org.uk>2018-10-21 08:46:11 +0100
commita45cee23a3cba600f23e14daeabbe9a50fd0ecde (patch)
tree014e7c022335a310459139883204e7ecf4fd012e /arch/frv
parentef54e80e9a5f863d49a4d463c0b3449f64aef31e (diff)
downloadlinux-stable-a45cee23a3cba600f23e14daeabbe9a50fd0ecde.tar.gz
linux-stable-a45cee23a3cba600f23e14daeabbe9a50fd0ecde.tar.bz2
linux-stable-a45cee23a3cba600f23e14daeabbe9a50fd0ecde.zip
Make asm/word-at-a-time.h available on all architectures
commit a6e2f029ae34f41adb6ae3812c32c5d326e1abd2 upstream. Added the x86 implementation of word-at-a-time to the generic version, which previously only supported big-endian. Omitted the x86-specific load_unaligned_zeropad(), which in any case is also not present for the existing BE-only implementation of a word-at-a-time, and is only used under CONFIG_DCACHE_WORD_ACCESS. Added as a "generic-y" to the Kbuilds of all architectures that didn't previously have it. Signed-off-by: Chris Metcalf <cmetcalf@ezchip.com> [bwh: Backported to 3.16: - Drop change in arch/nios2 - Adjust context] Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'arch/frv')
-rw-r--r--arch/frv/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/frv/include/asm/Kbuild b/arch/frv/include/asm/Kbuild
index 87b95eb8aee5..f53f76249b8b 100644
--- a/arch/frv/include/asm/Kbuild
+++ b/arch/frv/include/asm/Kbuild
@@ -6,3 +6,4 @@ generic-y += hash.h
generic-y += mcs_spinlock.h
generic-y += preempt.h
generic-y += trace_clock.h
+generic-y += word-at-a-time.h