Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119405
b: refs/heads/master
c: 5cf02b7
h: refs/heads/master
i:
  119403: e49800e
v: v3
  • Loading branch information
Steven Rostedt authored and Ingo Molnar committed Nov 25, 2008
1 parent f68603a commit 97f7f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 86bbc2c235e500957b213e7e64ce2e0ccb8bc131
refs/heads/master: 5cf02b7bafddb6c3c16ddfb23d3ce187f70528ba
2 changes: 1 addition & 1 deletion trunk/arch/x86/boot/tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 97f7f4d

Please sign in to comment.