x86/split-lock: Remove unused TIF_SLD bit
authorTony Luck <tony.luck@intel.com>
Thu, 10 Mar 2022 20:48:54 +0000 (12:48 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 27 Apr 2022 13:43:39 +0000 (15:43 +0200)
commitef79970d7ccdc4e8855aa6079fc2f4797a6807fb
tree4a422cd2e85c72611ec0ef05a95989d0241a08b3
parentb041b525dab95352fbd666b14dc73ab898df465f
x86/split-lock: Remove unused TIF_SLD bit

Changes to the "warn" mode of split lock handling mean that TIF_SLD is
never set.

Remove the bit, and the functions that use it.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20220310204854.31752-3-tony.luck@intel.com
arch/x86/include/asm/cpu.h
arch/x86/include/asm/thread_info.h
arch/x86/kernel/cpu/intel.c
arch/x86/kernel/process.c