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>
17 lines
372 B
Makefile
17 lines
372 B
Makefile
# MIPS headers
|
|
generic-y += cputime.h
|
|
generic-y += current.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += local64.h
|
|
generic-y += mutex.h
|
|
generic-y += parport.h
|
|
generic-y += percpu.h
|
|
generic-y += scatterlist.h
|
|
generic-y += sections.h
|
|
generic-y += segment.h
|
|
generic-y += serial.h
|
|
generic-y += trace_clock.h
|
|
generic-y += preempt.h
|
|
generic-y += ucontext.h
|
|
generic-y += xor.h
|