mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
Also directly call swapper() at the end of mi_startup instead of relying on swapper being the last thing in sysinits order. Rationale: - "RUN_SCHEDULER" was misleading, scheduling already takes place at that stage - "scheduler" was misleading, the function swaps in the swapped out processes - another SYSINIT(SI_SUB_RUN_SCHEDULER, SI_ORDER_ANY) could never be invoked depending on its relative order with scheduler; this was not obvious and the bug actually used to exist Reviewed by: kib (ealier version) MFC after: 14 days |
||
|---|---|---|
| .. | ||
| asm | ||
| linux | ||
| net | ||
| rdma | ||