From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] OMAP3: pmu: make CPU_HAS_PMU dependent on OMAP3_EMU
Date: Wed, 16 Jun 2010 13:33:22 +0100 [thread overview]
Message-ID: <000c01cb0d50$1bdc7a90$53956fb0$@deacon@arm.com> (raw)
In-Reply-To: <AANLkTikIiLybBr-wV_SRWFNLkZn892gwsWHCxsIYenFJ@mail.gmail.com>
Jean,
> > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> > index 1f254bd..98922f7 100644
> > --- a/arch/arm/Kconfig
> > +++ b/arch/arm/Kconfig
> > @@ -955,7 +955,8 @@ config XSCALE_PMU
> > default y
> >
> > config CPU_HAS_PMU
> > - depends on CPU_V6 || CPU_V7 || XSCALE_PMU
> > + depends on (CPU_V6 || CPU_V7 || XSCALE_PMU) && \
> > + (!ARCH_OMAP3 || OMAP3_EMU)
> > default y
> > bool
> >
> > --
> > 1.6.3.3
> >
> >
>
> The patch nicely fixes the issue. Tested with Oprofile on OMAP3530
> EVM. RETention and OFF power modes succesfully tested.
>
> Acked-by: Jean Pihet <jpihet@mvista.com>
Brilliant - thanks for testing this.
Tony: would you mind picking this patch up please or would
you prefer that I posted it to Russell's patch system?
Thanks,
Will
next prev parent reply other threads:[~2010-06-16 12:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-27 15:00 [PATCH] OMAP3: pmu: make CPU_HAS_PMU dependent on OMAP3_EMU Will Deacon
2010-06-16 8:29 ` Jean Pihet
2010-06-16 12:33 ` Will Deacon [this message]
2010-06-21 14:35 ` Will Deacon
2010-07-01 13:07 ` Tony Lindgren
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='000c01cb0d50$1bdc7a90$53956fb0$@deacon@arm.com' \
--to=will.deacon@arm.com \
--cc=linux-arm-kernel@lists.infradead.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).