commit | 10ad799ff49508127e75f57c3927603441232ae3 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Oct 24 11:06:08 2009 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Oct 24 11:06:08 2009 -0400 |
tree | a581669e7c2210c247f253c849e9a530fc38f719 | |
parent | 89eb6241e51bc825cfbc1292802a960dcb48d778 [diff] |
Replace irq_enable() regions with explicit calls to check for irqs. Add new function yield() which will permit irqs to trigger. The yield() call enables irqs to occur in 32bit mode. Add [num]sleep calls that yield instead of just spinning. Rename existing int 1586 usleep call to biosusleep. Convert many calls to mdelay to msleep.