Re: [PATCH V2 5/6] cpuidle/powerpc: Backend-powerpc idle driver for powernv and pseries.
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2013-08-06 23:31:26
Also in:
linuxppc-dev, lkml
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2013-08-06 23:31:26
Also in:
linuxppc-dev, lkml
On Tue, 2013-08-06 at 18:08 -0500, Scott Wood wrote:
Here's another example. get_lppaca() will only build on book3s -- and yet we get requests for e500 code to use this file.
Indeed, Besides there is already accessors afaik for lppaca that compile to nothing on E (and if not they would be trivial to add). Cheers, Ben.