linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: William Lee Irwin III <wli@holomorphy.com>
To: Mika Penttil? <mika.penttila@kolumbus.fi>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Numaq in 2.4 and 2.6
Date: Sat, 6 Dec 2003 04:36:22 -0800	[thread overview]
Message-ID: <20031206123622.GQ8039@holomorphy.com> (raw)
In-Reply-To: <3FD1C94C.1020104@kolumbus.fi>

On Sat, Dec 06, 2003 at 02:19:24PM +0200, Mika Penttil? wrote:
> Ok...the only thing that still confuses is the apicid to actually used 
> to start the cpu. In NUMA-Q case we don't program the LDRs in either 2.4 
> or 2.6, the bios does this. So the NMI IPI must have the same 
> destinations in both 2.4 and 2.6 in order to lauch the same cpus.

On Sat, Dec 06, 2003 at 02:19:24PM +0200, Mika Penttil? wrote:
> In 2.4, the mpc_apicids are used as such as NMI IPI destinations. In 
> 2.6, the mangled ones (by generate_logical_apicid()) are used as NMI IPI 
> destinations. If the mpc_apicid is already in sort of (cluster, cpu) 
> format (and used in 2.4 NMI IPI), it can't be the same after mangling?

The mangled physical APIC ID used as an index into phys_cpu_present_map
happens to determine the clustered hierarchical logical APIC ID, and so
wakeup_secondary_cpu() (switched via #ifdef) gets the right number.
There is a correspondence between (node, physical APIC ID) pairs and
logical APIC ID's that's part of the BIOS's bootstrap protocol. The
calculations you're looking at are based on that, and the logical APIC
ID's are encoded in that paired format by the BIOS, and in the mangled
format as indices into phys_cpu_present_map.

Both 2.4 and 2.6 use cpu_present_to_apicid() to do that translation on
the fly given an index into phys_cpu_present_map().


-- wli

  parent reply	other threads:[~2003-12-06 12:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-06  9:45 Numaq in 2.4 and 2.6 Mika Penttilä
2003-12-06 11:23 ` William Lee Irwin III
2003-12-06 12:20   ` Mika Penttilä
     [not found]   ` <3FD1C94C.1020104@kolumbus.fi>
2003-12-06 12:36     ` William Lee Irwin III [this message]
2003-12-06 13:09       ` Mika Penttilä
2003-12-06 13:07         ` William Lee Irwin III
2003-12-06 13:23           ` Mika Penttilä
2003-12-06 13:23             ` William Lee Irwin III

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=20031206123622.GQ8039@holomorphy.com \
    --to=wli@holomorphy.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mika.penttila@kolumbus.fi \
    /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).