- removed comment which is not true anymore as we don't have any
tasks. No need to take any special measures.
old_value = 0;
}
- /* Set the new value, if requested. This is called from the system task, so
- * we can be interrupted by the clock interrupt, but not by the clock task.
- * Therefore we only have to protect against interference from clock.c's
- * clock_handler(). We can do this without disabling interrupts, by removing
- * the timer's flag before changing the ticks-left field; in that case the
- * clock interrupt will not touch the latter anymore.
- */
if (m_ptr->VT_SET) {
rp->p_misc_flags &= ~pt_flag; /* disable virtual timer */