mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00

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 += exec.h
|
|
generic-y += trace_clock.h
|
|
generic-y += param.h
|
|
generic-y += preempt.h
|