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

At a minimum you still need timer and TLB IPI shootdown interrupts hitting every core, just to have a working SMP system.
the cpu does need to handle IPI of course but not sure about timers.