x86/entry: spell EBX register correctly in documentation
authorNicolas Iooss <nicolas.iooss_linux@m4x.org>
Fri, 29 Jul 2016 11:39:51 +0000 (13:39 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 29 Sep 2016 08:09:58 +0000 (10:09 +0200)
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>
arch/x86/entry/entry_64.S

index 9ee0da1807edff462536e3628e1db217bb835cd8..c8804827d4360456a22ff7d5790c5b49e06e3b79 100644 (file)
@@ -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
  */