mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 00:16:39 +07:00
ddf1d169c0
This patch allows each architecture to add its specific assembly optimized arch_mcs_spin_lock_contended and arch_mcs_spinlock_uncontended for MCS lock and unlock functions. Signed-off-by: Tim Chen <tim.c.chen@linux.intel.com> Cc: Scott J Norton <scott.norton@hp.com> Cc: Raghavendra K T <raghavendra.kt@linux.vnet.ibm.com> Cc: AswinChandramouleeswaran <aswin@hp.com> Cc: George Spelvin <linux@horizon.com> Cc: Rik vanRiel <riel@redhat.com> Cc: Andrea Arcangeli <aarcange@redhat.com> Cc: MichelLespinasse <walken@google.com> Cc: Peter Hurley <peter@hurleysoftware.com> Cc: Andi Kleen <andi@firstfloor.org> Cc: Alex Shi <alex.shi@linaro.org> Cc: Dave Hansen <dave.hansen@intel.com> Cc: Tim Chen <tim.c.chen@linux.intel.com> Cc: Arnd Bergmann <arnd@arndb.de> Cc: "Figo.zhang" <figo1802@gmail.com> Cc: "Paul E.McKenney" <paulmck@linux.vnet.ibm.com> Cc: "H. Peter Anvin" <hpa@zytor.com> Cc: Davidlohr Bueso <davidlohr.bueso@hp.com> Cc: Waiman Long <waiman.long@hp.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Will Deacon <will.deacon@arm.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Matthew R Wilcox <matthew.r.wilcox@intel.com> Signed-off-by: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/1390347382.3138.67.camel@schen9-DESK Signed-off-by: Ingo Molnar <mingo@kernel.org>
39 lines
827 B
Makefile
39 lines
827 B
Makefile
|
|
|
|
generic-y += auxvec.h
|
|
generic-y += bitsperlong.h
|
|
generic-y += cputime.h
|
|
generic-y += current.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += errno.h
|
|
generic-y += exec.h
|
|
generic-y += hash.h
|
|
generic-y += ioctl.h
|
|
generic-y += ipcbuf.h
|
|
generic-y += irq_regs.h
|
|
generic-y += kdebug.h
|
|
generic-y += local.h
|
|
generic-y += local64.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += msgbuf.h
|
|
generic-y += param.h
|
|
generic-y += parport.h
|
|
generic-y += poll.h
|
|
generic-y += preempt.h
|
|
generic-y += resource.h
|
|
generic-y += sections.h
|
|
generic-y += segment.h
|
|
generic-y += sembuf.h
|
|
generic-y += serial.h
|
|
generic-y += shmbuf.h
|
|
generic-y += siginfo.h
|
|
generic-y += simd.h
|
|
generic-y += sizes.h
|
|
generic-y += socket.h
|
|
generic-y += sockios.h
|
|
generic-y += termbits.h
|
|
generic-y += termios.h
|
|
generic-y += timex.h
|
|
generic-y += trace_clock.h
|
|
generic-y += unaligned.h
|