forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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