diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-17 18:42:29 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-17 18:42:29 -0400 |
commit | de7ab64e895c37cadc4d4032c24013d28edb248b (patch) | |
tree | 3e5c2c236fad9fbfdf097961c0be6c7551f69893 /sys/net/if.c | |
parent | 37bc0faac60d9e6ee11d09e57e360091c425922c (diff) |
kernel/amd64: mp: Pin one idle thread to each coremain
Each core on the CPU gets one idle thread so that it is always up to
something. To ensure these threads are not bouncing wildly between cores
and are always ready for their respective processor to take when they
have no threads to grab. We must call proc_pin() on each for every
processor.
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/net/if.c')
0 files changed, 0 insertions, 0 deletions