summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/nmi.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-02-26 06:53:50 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-02-26 06:53:50 +0100
commita560a5672826fc1e057068bda93b3d4c98d037a2 (patch)
tree7bc3774f7ec5fa2346a86b7158f975b9a762697a /arch/x86/kernel/nmi.c
parente89fbb5bc21a10a0de2bb878d4df09f538dc523b (diff)
parentd206a76d7d2726f3b096037f2079ce0bd3ba329b (diff)
downloadlinux-a560a5672826fc1e057068bda93b3d4c98d037a2.tar.gz
linux-a560a5672826fc1e057068bda93b3d4c98d037a2.tar.bz2
linux-a560a5672826fc1e057068bda93b3d4c98d037a2.zip
Merge v6.8-rc6 into usb-next
We need it here for the USB fixes, and it resolves a merge conflict as reported in linux-next in drivers/usb/roles/class.c Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/x86/kernel/nmi.c')
-rw-r--r--arch/x86/kernel/nmi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/nmi.c b/arch/x86/kernel/nmi.c
index 17e955ab69fe..3082cf24b69e 100644
--- a/arch/x86/kernel/nmi.c
+++ b/arch/x86/kernel/nmi.c
@@ -563,9 +563,6 @@ nmi_restart:
}
if (this_cpu_dec_return(nmi_state))
goto nmi_restart;
-
- if (user_mode(regs))
- mds_user_clear_cpu_buffers();
}
#if IS_ENABLED(CONFIG_KVM_INTEL)