diff --git a/[refs] b/[refs] index ffe790a7b5ba..340bd59af3c7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 86bbc2c235e500957b213e7e64ce2e0ccb8bc131 +refs/heads/master: 5cf02b7bafddb6c3c16ddfb23d3ce187f70528ba diff --git a/trunk/arch/x86/boot/tty.c b/trunk/arch/x86/boot/tty.c index 0be77b39328a..7e8e8b25f5f6 100644 --- a/trunk/arch/x86/boot/tty.c +++ b/trunk/arch/x86/boot/tty.c @@ -74,7 +74,7 @@ static int kbd_pending(void) { u8 pending; asm volatile("int $0x16; setnz %0" - : "=rm" (pending) + : "=qm" (pending) : "a" (0x0100)); return pending; }