kernel/arch/x86/include/asm/entry-common.h
.. .. @@ -78,6 +78,7 @@ 78 78 static __always_inline void arch_exit_to_user_mode(void) 79 79 { 80 80 mds_user_clear_cpu_buffers(); 81 + amd_clear_divider();81 82 } 82 83 #define arch_exit_to_user_mode arch_exit_to_user_mode 83 84