diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/lib/copy_user_nocache_64.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/lib/copy_user_nocache_64.S b/arch/x86/lib/copy_user_nocache_64.S index 4620efb12f13..5196762b3b0e 100644 --- a/arch/x86/lib/copy_user_nocache_64.S +++ b/arch/x86/lib/copy_user_nocache_64.S | |||
@@ -117,6 +117,7 @@ ENTRY(__copy_user_nocache) | |||
117 | popq %rbx | 117 | popq %rbx |
118 | CFI_ADJUST_CFA_OFFSET -8 | 118 | CFI_ADJUST_CFA_OFFSET -8 |
119 | CFI_RESTORE rbx | 119 | CFI_RESTORE rbx |
120 | sfence | ||
120 | ret | 121 | ret |
121 | CFI_RESTORE_STATE | 122 | CFI_RESTORE_STATE |
122 | 123 | ||