[PATCH] net/ehea: use consistant type

David Miller davem at davemloft.net
Wed Jan 7 05:47:24 EST 2009


From: Stephen Rothwell <sfr at canb.auug.org.au>
Date: Tue, 6 Jan 2009 16:34:54 +1100

> ehea_plpar_hcall9() takes an "unsigned long" array to return its results,
> so change the arrays we pass to it to match.  This is currently only
> 64 bit code, so the transformation is actually a noop, but because
> ehea_plpar_hcall9() copies the values of registers into the array,
> if this was ported to a 32 bit hypervisor interface "unsigned long"
> would probably still be the correct type.
> 
> Signed-off-by: Stephen Rothwell <sfr at canb.auug.org.au>

Applied.



More information about the Linuxppc-dev mailing list