Searched hist:a6e2f029ae34f41adb6ae3812c32c5d326e1abd2 (Results 1 – 4 of 4) sorted by relevance
/linux/include/asm-generic/ |
H A D | word-at-a-time.h | diff a6e2f029ae34f41adb6ae3812c32c5d326e1abd2 Wed Apr 29 18:48:40 CEST 2015 Chris Metcalf <cmetcalf@ezchip.com> Make asm/word-at-a-time.h available on all architectures
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>
|
/linux/arch/s390/include/asm/ |
H A D | Kbuild | diff a6e2f029ae34f41adb6ae3812c32c5d326e1abd2 Wed Apr 29 18:48:40 CEST 2015 Chris Metcalf <cmetcalf@ezchip.com> Make asm/word-at-a-time.h available on all architectures
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>
|
/linux/arch/powerpc/include/asm/ |
H A D | Kbuild | diff a6e2f029ae34f41adb6ae3812c32c5d326e1abd2 Wed Apr 29 18:48:40 CEST 2015 Chris Metcalf <cmetcalf@ezchip.com> Make asm/word-at-a-time.h available on all architectures
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>
|
/linux/arch/um/include/asm/ |
H A D | Kbuild | diff a6e2f029ae34f41adb6ae3812c32c5d326e1abd2 Wed Apr 29 18:48:40 CEST 2015 Chris Metcalf <cmetcalf@ezchip.com> Make asm/word-at-a-time.h available on all architectures
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>
|