a6e2f029ae
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>
29 lines
641 B
Makefile
29 lines
641 B
Makefile
generic-y += barrier.h
|
|
generic-y += bug.h
|
|
generic-y += clkdev.h
|
|
generic-y += cputime.h
|
|
generic-y += current.h
|
|
generic-y += delay.h
|
|
generic-y += device.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += exec.h
|
|
generic-y += ftrace.h
|
|
generic-y += futex.h
|
|
generic-y += hardirq.h
|
|
generic-y += hw_irq.h
|
|
generic-y += io.h
|
|
generic-y += irq_regs.h
|
|
generic-y += irq_work.h
|
|
generic-y += kdebug.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += mutex.h
|
|
generic-y += param.h
|
|
generic-y += pci.h
|
|
generic-y += percpu.h
|
|
generic-y += preempt.h
|
|
generic-y += switch_to.h
|
|
generic-y += topology.h
|
|
generic-y += trace_clock.h
|
|
generic-y += word-at-a-time.h
|
|
generic-y += xor.h
|