From: chris@basementcode.com (Christopher Harvey)
To: kernelnewbies@lists.kernelnewbies.org
Subject: system timer interrupt targets for SMP platforms with local timer support
Date: Tue, 17 May 2011 15:11:18 -0500 [thread overview]
Message-ID: <900043e98cd6a6677ecdf54f42ea9923@basementcode.com> (raw)
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
next reply other threads:[~2011-05-17 20:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-17 20:11 Christopher Harvey [this message]
2011-05-17 22:28 ` system timer interrupt targets for SMP platforms with local timer support Mulyadi Santosa
2011-05-17 23:56 ` Christopher Harvey
2011-05-18 20:08 ` Mulyadi Santosa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=900043e98cd6a6677ecdf54f42ea9923@basementcode.com \
--to=chris@basementcode.com \
--cc=kernelnewbies@lists.kernelnewbies.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).