commit | ee96aae57381e77311538f4a1dd4326f6ae079d1 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Fri Jan 16 14:55:40 2009 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Fri Jan 16 14:55:40 2009 -0800 |
tree | 30559952e085a8c807b635a5d30a2cd5e03b38b5 | |
parent | 3750f60557b68776eb749859ad68af70d1a01ad0 [diff] |
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>