hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/x86/include/asm/entry-common.h
....@@ -78,6 +78,7 @@
7878 static __always_inline void arch_exit_to_user_mode(void)
7979 {
8080 mds_user_clear_cpu_buffers();
81
+ amd_clear_divider();
8182 }
8283 #define arch_exit_to_user_mode arch_exit_to_user_mode
8384