ithread_schedule() now only takes one argument.

This commit is contained in:
Olivier Houchard 2004-07-02 22:30:42 +00:00
parent 0e564675e4
commit 4428e74324
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131496

View File

@ -143,7 +143,7 @@ arm_handler_execute(void *irq)
*/
}
} else if (ih) {
ithread_schedule(ithd, !cold);
ithread_schedule(ithd);
}
}
}