mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 09:32:32 +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>
6 lines
114 B
Makefile
6 lines
114 B
Makefile
|
|
generic-y += clkdev.h
|
|
generic-y += rwsem.h
|
|
generic-y += trace_clock.h
|
|
generic-y += preempt.h
|
|
generic-y += vtime.h
|