>I have begun adjusting to a schedule to easy the loop load and it appears
>harmless and stable.
To schedule safely you need:
if (current->need_resched) {
__set_current_state(TASK_RUNNING);
schedule();
}
(until we'll break schedule in two pieces)
Andrea
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/