mirror of
https://github.com/torvalds/linux.git
synced 2024-12-22 02:52:56 +00:00
a787870924
In order to prepare to per-arch implementations of preempt_count move the required bits into an asm-generic header and use this for all archs. Signed-off-by: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/n/tip-h5j0c1r3e3fk015m30h8f1zx@git.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
7 lines
313 B
Makefile
7 lines
313 B
Makefile
generic-y += bug.h cputime.h device.h emergency-restart.h futex.h hardirq.h
|
|
generic-y += hw_irq.h irq_regs.h kdebug.h percpu.h sections.h topology.h xor.h
|
|
generic-y += ftrace.h pci.h io.h param.h delay.h mutex.h current.h exec.h
|
|
generic-y += switch_to.h clkdev.h
|
|
generic-y += trace_clock.h
|
|
generic-y += preempt.h
|