mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
ithread_schedule() now only takes one argument.
This commit is contained in:
parent
0e564675e4
commit
4428e74324
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131496
@ -143,7 +143,7 @@ arm_handler_execute(void *irq)
|
||||
*/
|
||||
}
|
||||
} else if (ih) {
|
||||
ithread_schedule(ithd, !cold);
|
||||
ithread_schedule(ithd);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user