mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 05:56:46 +07: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
137 B
Makefile
7 lines
137 B
Makefile
|
|
generic-y += clkdev.h
|
|
generic-y += exec.h
|
|
generic-y += kvm_para.h
|
|
generic-y += trace_clock.h
|
|
generic-y += preempt.h
|
|
generic-y += vtime.h
|