summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
diff options
context:
space:
mode:
authorH. Peter Anvin2009-04-12 07:24:05 +0200
committerH. Peter Anvin2009-04-12 07:24:05 +0200
commitcf9972a921470b0a2da7906104bcd540b20e33bf (patch)
tree0b84d26e0d62579f2633a89a9e2fc6d23094e001 /arch/x86/boot
parentx86, setup: "glove box" BIOS interrupts in the video code (diff)
downloadkernel-qcow2-linux-cf9972a921470b0a2da7906104bcd540b20e33bf.tar.gz
kernel-qcow2-linux-cf9972a921470b0a2da7906104bcd540b20e33bf.tar.xz
kernel-qcow2-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.S2
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