commit | 68c51390e3c78ed4a5b012d9097007f7cb0b8bbe | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Mar 13 22:23:44 2010 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Mar 13 22:23:44 2010 -0500 |
tree | a68bf7b3312a1f973e53314db34d73a60757fe30 | |
parent | f628244eb322da79d6a8bffdb35e6d0e5111892a [diff] |
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.