From 97f7f4dffad991fb0cf0b79c9f3f69568138744f Mon Sep 17 00:00:00 2001 From: Steven Rostedt Date: Tue, 25 Nov 2008 00:42:37 -0500 Subject: [PATCH] --- yaml --- r: 119405 b: refs/heads/master c: 5cf02b7bafddb6c3c16ddfb23d3ce187f70528ba h: refs/heads/master i: 119403: e49800ef8caebc4055caa8dc3f7c7d503bc5beae v: v3 --- [refs] | 2 +- trunk/arch/x86/boot/tty.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }