mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-23 04:09:32 +07:00
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>
24 lines
516 B
Makefile
24 lines
516 B
Makefile
# User exported sparc header files
|
|
|
|
|
|
generic-y += clkdev.h
|
|
generic-y += cputime.h
|
|
generic-y += div64.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += exec.h
|
|
generic-y += export.h
|
|
generic-y += irq_regs.h
|
|
generic-y += irq_work.h
|
|
generic-y += linkage.h
|
|
generic-y += local.h
|
|
generic-y += local64.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += mm-arch-hooks.h
|
|
generic-y += module.h
|
|
generic-y += preempt.h
|
|
generic-y += rwsem.h
|
|
generic-y += serial.h
|
|
generic-y += trace_clock.h
|
|
generic-y += types.h
|
|
generic-y += word-at-a-time.h
|