diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-04-11 22:24:05 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-04-11 22:24:05 -0700 |
commit | cf9972a921470b0a2da7906104bcd540b20e33bf (patch) | |
tree | 0b84d26e0d62579f2633a89a9e2fc6d23094e001 /arch/x86/boot | |
parent | cf06de7b9cdd3efee7a59dced1977b3c21d43732 (diff) | |
download | linux-cf9972a921470b0a2da7906104bcd540b20e33bf.tar.gz linux-cf9972a921470b0a2da7906104bcd540b20e33bf.tar.bz2 linux-cf9972a921470b0a2da7906104bcd540b20e33bf.zip |
x86, setup: fix comment in the "glove box" code
Impact: Comment change only
The glove box is about avoiding problems with *registers* being
touched, not *memory*.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/boot')
-rw-r--r-- | arch/x86/boot/bioscall.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/bioscall.S b/arch/x86/boot/bioscall.S index 22b4b3efb9f9..507793739ea5 100644 --- a/arch/x86/boot/bioscall.S +++ b/arch/x86/boot/bioscall.S @@ -10,7 +10,7 @@ /* * "Glove box" for BIOS calls. Avoids the constant problems with BIOSes - * touching memory they shouldn't be. + * touching registers they shouldn't be. */ .code16 |