From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Ira Weiny <iweiny@acm.org>,
linuxppc-dev <linuxppc-dev@lists.linuxppc.org>
Subject: Re: pmu_suspend/resume
Date: Sun, 12 Aug 2001 19:36:56 +0200 [thread overview]
Message-ID: <20010812173656.31987@smtp.wanadoo.fr> (raw)
In-Reply-To: <3B75FE93.DC81EBFE@acm.org>
>
>I have been using pmu_suspend and pmu_resume to keep my TiBook from
>turning off when debugging some kernel stuff. Is this ok?
>
>The reason I ask is that pmu_suspend seems to have the desired effect,
>temporarily turning off the PMU. But pmu_resume does not seem to leave
>the PMU in a stable state. Now I realize that I am debuging a kernel
>and that it could/probably is other factors which are causing these
>problems but I just wanted to make sure that there is not some better
>way of disabiling the PMU or that I might be using these functions
>incorrectly.
pmu_suspend waits for the PMU to be idle, then disable the PMU
"request" interrupt. The goal here is to make sure there's no
asynchronous PMU activity going on at a point where we might
switch interrupts off for a long time.
If we are in the middle of a PMU request and interrupts are
switched off long enough, it will timeout and shut down the
machine.
You should not need to use them unless you expect to disable
interrupts for a long time, which is usually a bad thing to do.
If you are tracking a problem where the PMU is shutting you
off while running a piece of code, then it may be useful.
Note that if you enter xmon, then xmon will regulary call
pmu_poll to keep it happy, despite having interrupts disabled.
Ben.
BTW. Obviously, pmu_resume puts things back to normal.
Ben.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
prev parent reply other threads:[~2001-08-12 17:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-12 3:57 pmu_suspend/resume Ira Weiny
2001-08-12 17:36 ` Benjamin Herrenschmidt [this message]
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=20010812173656.31987@smtp.wanadoo.fr \
--to=benh@kernel.crashing.org \
--cc=iweiny@acm.org \
--cc=linuxppc-dev@lists.linuxppc.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).