aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/entry/entry_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/entry/entry_64.S b/arch/x86/entry/entry_64.S
index 9ee0da1807ed..c8804827d436 100644
--- a/arch/x86/entry/entry_64.S
+++ b/arch/x86/entry/entry_64.S
@@ -1058,7 +1058,7 @@ END(error_entry)
1058 1058
1059 1059
1060/* 1060/*
1061 * On entry, EBS is a "return to kernel mode" flag: 1061 * On entry, EBX is a "return to kernel mode" flag:
1062 * 1: already in kernel mode, don't need SWAPGS 1062 * 1: already in kernel mode, don't need SWAPGS
1063 * 0: user gsbase is loaded, we need SWAPGS and standard preparation for return to usermode 1063 * 0: user gsbase is loaded, we need SWAPGS and standard preparation for return to usermode
1064 */ 1064 */