Y
Hacker News
new
|
ask
|
show
|
jobs
by
gpderetta
3373 days ago
Tough you can instruct the kernel not to run anything (not even interrupt handlers) on specific cores, except for manually pinned processes.
1 comments
monocasa
3373 days ago
At a minimum you still need timer and TLB IPI shootdown interrupts hitting every core, just to have a working SMP system.
link
gpderetta
3373 days ago
the cpu does need to handle IPI of course but not sure about timers.
link