IB/ehca: Use consistent types for ehca_plpar_hcall9()
commitee96aae57381e77311538f4a1dd4326f6ae079d1
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 16 Jan 2009 22:55:40 +0000 (16 14:55 -0800)
committerRoland Dreier <rolandd@cisco.com>
Fri, 16 Jan 2009 22:55:40 +0000 (16 14:55 -0800)
tree30559952e085a8c807b635a5d30a2cd5e03b38b5
parent3750f60557b68776eb749859ad68af70d1a01ad0
IB/ehca: Use consistent types for ehca_plpar_hcall9()

ehca_plpar_hcall9() takes an unsigned long array, so make all callers
pass that in.  This fixes warnings introduced by commit fe333321
("powerpc: Change u64/s64 to a long long integer type"), which changed
u64 from unsigned long to unsigned long long.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/ehca/hcp_if.c