Re: [PATCH 1/2] powerpc/mpic: allow coreint to be determined by MPIC version
From: Kumar Gala <hidden>
Date: 2013-01-23 17:23:59
From: Kumar Gala <hidden>
Date: 2013-01-23 17:23:59
On Jan 21, 2013, at 7:56 PM, Scott Wood wrote:
This will be used by the qemu-e500 platform, as the MPIC version (and thus whether we have coreint) depends on how QEMU is configured. =20 Signed-off-by: Scott Wood <redacted> --- arch/powerpc/sysdev/mpic.c | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-)
Is the idea that we'd set mpic->flags such that MPIC_ENABLE_COREINT was = set, but based on the controller version we'd ignore the flag? - k=