diff options
Diffstat (limited to 'arch/x86/boot/tty.c')
| -rw-r--r-- | arch/x86/boot/tty.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/tty.c b/arch/x86/boot/tty.c index 0be77b39328..7e8e8b25f5f 100644 --- a/arch/x86/boot/tty.c +++ b/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;  }  |