forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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