]> Git Repo - linux.git/commit
x86, locking/spinlocks: Remove ticket (spin)lock implementation
authorPeter Zijlstra <[email protected]>
Wed, 18 May 2016 18:43:02 +0000 (20:43 +0200)
committerIngo Molnar <[email protected]>
Fri, 30 Sep 2016 08:56:00 +0000 (10:56 +0200)
commitcfd8983f03c7b2f977faab8dfc4ec5f6dbf9c1f3
treef0343a19a513bfd5727c8133e62dc4d3e42bc5eb
parent0b429e18c284af3e7a39f8ec44d95116c473fef8
x86, locking/spinlocks: Remove ticket (spin)lock implementation

We've unconditionally used the queued spinlock for many releases now.

Its time to remove the old ticket lock code.

Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Paul E. McKenney <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Waiman Long <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/Kconfig
arch/x86/include/asm/paravirt.h
arch/x86/include/asm/paravirt_types.h
arch/x86/include/asm/spinlock.h
arch/x86/include/asm/spinlock_types.h
arch/x86/kernel/kvm.c
arch/x86/kernel/paravirt-spinlocks.c
arch/x86/kernel/paravirt_patch_32.c
arch/x86/kernel/paravirt_patch_64.c
arch/x86/xen/spinlock.c
This page took 0.061848 seconds and 4 git commands to generate.