forked from luck/tmp_suning_uos_patched
890658b7ab
Its all generic atomic_long_t stuff now. Tested-by: Jason Low <jason.low2@hpe.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-arch@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
22 lines
527 B
Makefile
22 lines
527 B
Makefile
# MIPS headers
|
|
generic-(CONFIG_GENERIC_CSUM) += checksum.h
|
|
generic-y += clkdev.h
|
|
generic-y += cputime.h
|
|
generic-y += current.h
|
|
generic-y += dma-contiguous.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += irq_work.h
|
|
generic-y += local64.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += mm-arch-hooks.h
|
|
generic-y += parport.h
|
|
generic-y += percpu.h
|
|
generic-y += preempt.h
|
|
generic-y += sections.h
|
|
generic-y += segment.h
|
|
generic-y += serial.h
|
|
generic-y += trace_clock.h
|
|
generic-y += user.h
|
|
generic-y += word-at-a-time.h
|
|
generic-y += xor.h
|