diff options
author | Nicolas Iooss <nicolas.iooss_linux@m4x.org> | 2016-07-29 07:39:51 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-09-29 04:09:58 -0400 |
commit | 75ca5b22260ef7b5ce39c6d521eee8b4cba44703 (patch) | |
tree | 0722214cbd2eff752186d99b228afee05f29499f | |
parent | 1b4606511d11075a2cb61485b359555aba65fc2d (diff) |
x86/entry: spell EBX register correctly in documentation
As EBS does not mean anything reasonable in the context it is used, it
seems like a misspelling for EBX.
Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Acked-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | arch/x86/entry/entry_64.S | 2 |
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 | */ |