Enable irqs in kbd/clock calls that caller might "spin" on.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 14 Mar 2010 03:23:44 +0000 (22:23 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 14 Mar 2010 03:23:44 +0000 (22:23 -0500)
commit68c51390e3c78ed4a5b012d9097007f7cb0b8bbe
treea68bf7b3312a1f973e53314db34d73a60757fe30
parentf628244eb322da79d6a8bffdb35e6d0e5111892a
Enable irqs in kbd/clock calls that caller might "spin" on.

Some old programs will spin on a clock/keyboard call with irqs
disabled.  They assume the BIOS will enable irqs and allow key events
and clock events to occur.

So, enable irqs in those functions that a caller might "spin" on.
src/clock.c
src/kbd.c