forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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