| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
| |
This is a really dirty hack, but works for now since our real-time
tasks do not use hrtimer_wakeup().
The need for this will go away when we port since newer versions of the
Linux kernel allow timers to be activated directly in the scheduler.
|
|
|
|
| |
this was never strictly required, so we might as well avoid it
|
|
|
|
|
| |
This is modeled after tasklets. Just writing a 0 does not have
the desired effect on SPARC64.
|
|
Many things can't be done from within the scheduler.
This framework should make it easer to defer them.
|