mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update comment.
This commit is contained in:
parent
0d13d5fce2
commit
2daea0bce6
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ cpu_set_upcall(struct thread *td, struct thread *td0)
|
|||
* that are needed.
|
||||
*/
|
||||
|
||||
/* SMP Setup to release sched_lock in fork_exit(). */
|
||||
/* Setup to release spin count in in fork_exit(). */
|
||||
td->td_md.md_spinlock_count = 1;
|
||||
td->td_md.md_saved_intr = MIPS_SR_INT_IE;
|
||||
#if 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue