[PATCHv2 15/16] arm64: pmuv3: handle !PMUv3 when probing
Mark Rutland
mark.rutland at arm.com
Fri Apr 7 14:05:07 EDT 2017
On Fri, Apr 07, 2017 at 03:29:09PM +0100, Will Deacon wrote:
> On Thu, Apr 06, 2017 at 07:29:22PM +0100, Mark Rutland wrote:
> > When probing via ACPI, we won't know up-front whether a CPU has a PMUv3
> > compatible PMU. Thus we need to consult ID registers during probe time.
> >
> > This patch updates our PMUv3 probing code to test for the presence of
> > PMUv3 functionality before touching an PMUv3-specific registers, and
> > before updating the struct arm_pmu with PMUv3 data.
[...]
> It would also be worth spinning this up on qemu, if you get a chance, as
> I don't think that implements the PMU.
That raises the usual problem with GSIs in static ACPI tables; the MADT
GICC doesn't have any way of describing the absense of a PMU interrupt.
Booting a TCG qemu, the PMU GSI is zero, which is a valid GSI...
There's a spec bug to fix here.
Urrgh.
Thanks,
Mark.
More information about the linux-arm-kernel
mailing list