disabling timer interrupt until (system_state >= SYSTEM_RUNNING)
William Tambe
tambewilliam at gmail.com
Thu Feb 6 12:25:27 EST 2020
Since voluntary preemption is used during kernel booting, is it safe
to disable timer interrupt until (system_state >= SYSTEM_RUNNING) ?
Wouldn't it speed up booting ?
More information about the Kernelnewbies
mailing list