hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
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