system timer interrupt targets for SMP platforms with local timer support
Christopher Harvey
chris at basementcode.com
Tue May 17 16:11:18 EDT 2011
I'm having a hard time finding out by reading documentation and source
code if a system timer IRQ is supposed to be directed at all cores of a
processor or if just interrupting one core is enough.
I know interrupting one core is enough without local timers, because an
IPI will be used to interrupt the other. These IPIs are not used with
local timers, so does the global timer need to send an IRQ at the same
time to both cores in that case?
Thanks,
-Chris
More information about the Kernelnewbies
mailing list