Skip to content

Commit 75ca5b2

Browse files
fishilicoJiri Kosina
authored andcommitted
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 <[email protected]> Acked-by: Borislav Petkov <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 1b46065 commit 75ca5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/entry/entry_64.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ END(error_entry)
10581058

10591059

10601060
/*
1061-
* On entry, EBS is a "return to kernel mode" flag:
1061+
* On entry, EBX is a "return to kernel mode" flag:
10621062
* 1: already in kernel mode, don't need SWAPGS
10631063
* 0: user gsbase is loaded, we need SWAPGS and standard preparation for return to usermode
10641064
*/

0 commit comments

Comments
 (0)