From: H. Peter Anvin Date: Sun, 12 Apr 2009 05:24:05 +0000 (-0700) Subject: x86, setup: fix comment in the "glove box" code X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cf9972a921470b0a2da7906104bcd540b20e33bf;p=mv-sheeva.git 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 --- diff --git a/arch/x86/boot/bioscall.S b/arch/x86/boot/bioscall.S index 22b4b3efb9f..507793739ea 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