linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: John Rose <johnrose@austin.ibm.com>
To: External List <linuxppc-dev@ozlabs.org>
Subject: powerpc: xics_teardown_cpu()
Date: Tue, 28 Nov 2006 16:47:12 -0600	[thread overview]
Message-ID: <1164754032.20203.4.camel@sinatra.austin.ibm.com> (raw)

This function currently makes an eoi call that unconditionally sets the
CPPR bits to 0xff.  For the case of CPU DLPAR remove, the firmware
require those bits to be 0x00.  We explicitly set the CPPR to 0xff
earlier in the function.

Any opinions on whether we should:
1) Reorder xics_teardown_cpu() to set the CPPR after the eoi call
2) Add another call to zero out the CPPR at the end of teardown_cpu()
3) Add a new hcall (H_IPOLL) wrapper to determine the current CPPR, and
use that in the eoi call.

Any thoughts would be greatly appreciated!

Thanks-
John

                 reply	other threads:[~2006-11-28 22:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1164754032.20203.4.camel@sinatra.austin.ibm.com \
    --to=johnrose@austin.ibm.com \
    --cc=linuxppc-dev@ozlabs.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).