diff options
-rw-r--r-- | arch/x86/kernel/cpu/bus_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/bus_lock.c b/arch/x86/kernel/cpu/bus_lock.c index 237faf7e700c..c3691b5d9e98 100644 --- a/arch/x86/kernel/cpu/bus_lock.c +++ b/arch/x86/kernel/cpu/bus_lock.c @@ -109,7 +109,7 @@ static bool split_lock_verify_msr(bool on) static void __init sld_state_setup(void) { - enum split_lock_detect_state state = sld_warn; + enum split_lock_detect_state state = sld_off; char arg[20]; int i, ret; |