Commit 449d7b8e authored by Nicolas Iooss's avatar Nicolas Iooss Committed by Kleber Sacilotto de Souza

x86/entry: spell EBX register correctly in documentation

BugLink: https://bugs.launchpad.net/bugs/1810967

[ Upstream commit 75ca5b22 ]

As EBS does not mean anything reasonable in the context it is used, it
seems like a misspelling for EBX.
Signed-off-by: default avatarNicolas Iooss <nicolas.iooss_linux@m4x.org>
Acked-by: default avatarBorislav Petkov <bp@suse.de>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarJuerg Haefliger <juergh@canonical.com>
Signed-off-by: default avatarKleber Sacilotto de Souza <kleber.souza@canonical.com>
parent e8977155
......@@ -1226,7 +1226,7 @@ END(error_entry)
/*
* On entry, EBS is a "return to kernel mode" flag:
* On entry, EBX is a "return to kernel mode" flag:
* 1: already in kernel mode, don't need SWAPGS
* 0: user gsbase is loaded, we need SWAPGS and standard preparation for return to usermode
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment