]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita428f05864d68dbd2b504af68b15407735025aa3
tree4a422cd2e85c72611ec0ef05a95989d0241a08b3
parentee28810e71f4e7cba826195c5c6b3ed9268ab836
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