powerpc/pseries: Pass CPPR value to H_XIRR hcall
authorMark Nelson <markn@au1.ibm.com>
Sun, 31 Jan 2010 20:12:58 +0000 (20:12 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 9 Mar 2010 00:55:26 +0000 (11:55 +1100)
commitf09b7b2a1115d3afe02c66156746287f6c63bba0
tree0f76fd4bf6ccc29a11276e145aaad888a03641bc
parent856f70a368022645a08fbecc5d30ec218f13232d
powerpc/pseries: Pass CPPR value to H_XIRR hcall

Now that we properly keep track of the CPPR value (since
49bd3647134ea47420067aea8d1401e722bf2aac, "powerpc/pseries: Track previous
CPPR values to correctly EOI interrupts") we can pass it to the
H_XIRR hcall.

This is needed because the Partition Adjunct Option of new versions of
pHyp extend the H_XIRR hcall to include the CPPR as an input parameter.
Earlier versions not supporting this option just disregard the extra
input parameter, so this doesn't cause any problems for existing systems.

The Partition Adjunct Option is required for future systems that will
support SR-IOV capable devices.

Signed-off-by: Mark Nelson <markn@au1.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/pseries/plpar_wrappers.h
arch/powerpc/platforms/pseries/xics.c