x86/spinlock: Remove obsolete ticket spinlock macros and types
authorWaiman Long <longman@redhat.com>
Tue, 26 May 2020 12:20:14 +0000 (08:20 -0400)
committerBorislav Petkov <bp@suse.de>
Thu, 28 May 2020 19:18:40 +0000 (21:18 +0200)
commit2ca41f555e857ec5beef6063bfa43a17ee76d7ec
tree1e8b6c318e4cb633b4c69002537775cde6f750db
parent431732651cc16caebcd334b7b7476bfe0c4a2903
x86/spinlock: Remove obsolete ticket spinlock macros and types

Even though the x86 ticket spinlock code has been removed with

  cfd8983f03c7 ("x86, locking/spinlocks: Remove ticket (spin)lock implementation")

a while ago, there are still some ticket spinlock specific macros and
types left in the asm/spinlock_types.h header file that are no longer
used. Remove those as well to avoid confusion.

Signed-off-by: Waiman Long <longman@redhat.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20200526122014.25241-1-longman@redhat.com
arch/x86/include/asm/spinlock_types.h