Commit 75ca5b22 authored by Nicolas Iooss's avatar Nicolas Iooss Committed by Jiri Kosina
Browse files

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: 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>
parent 1b460651
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1058,7 +1058,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
 */