diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2012-05-28 11:44:02 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-05-28 23:21:43 -0400 |
commit | 94c749c34b8783ddfbd1718c837a627b69ba30ed (patch) | |
tree | d034b658d91ee3b68dd43ff176044c0719c78f34 /src/kbd.c | |
parent | 1e3bd4f26c3c709aaa739539a957b270f3f5aee5 (diff) | |
download | seabios-94c749c34b8783ddfbd1718c837a627b69ba30ed.tar.gz |
Rename wait_irq to yield_toirq.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/kbd.c')
-rw-r--r-- | src/kbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ dequeue_key(struct bregs *regs, int incr, int extended) regs->flags |= F_ZF; return; } - wait_irq(); + yield_toirq(); } u8 ascii_code = GET_FARVAR(SEG_BDA, *(u8*)(buffer_head+0)); |