aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r--arch/x86/kernel/entry_64.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S
index fbcf96b295f..7cf8d798042 100644
--- a/arch/x86/kernel/entry_64.S
+++ b/arch/x86/kernel/entry_64.S
@@ -188,6 +188,7 @@ return_to_handler:
188ENTRY(native_usergs_sysret64) 188ENTRY(native_usergs_sysret64)
189 swapgs 189 swapgs
190 sysretq 190 sysretq
191ENDPROC(native_usergs_sysret64)
191#endif /* CONFIG_PARAVIRT */ 192#endif /* CONFIG_PARAVIRT */
192 193
193 194