]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/boot/tty.c
Merge master.kernel.org:/home/rmk/linux-2.6-arm
[linux-2.6-omap-h63xx.git] / arch / x86 / boot / tty.c
index f3f14bd2637191ca7a87faf8f69785f87dce2aef..7e8e8b25f5f6c89defd0df4064a61e3e16a4ea06 100644 (file)
@@ -9,8 +9,6 @@
  * ----------------------------------------------------------------------- */
 
 /*
- * arch/i386/boot/tty.c
- *
  * Very simple screen I/O
  * XXX: Probably should add very simple serial I/O?
  */
@@ -76,7 +74,7 @@ static int kbd_pending(void)
 {
        u8 pending;
        asm volatile("int $0x16; setnz %0"
-                    : "=rm" (pending)
+                    : "=qm" (pending)
                     : "a" (0x0100));
        return pending;
 }