]> git.baikalelectronics.ru Git - kernel.git/commit
IB/ehca: Use consistent types for ehca_plpar_hcall9()
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 16 Jan 2009 22:55:40 +0000 (14:55 -0800)
committerRoland Dreier <rolandd@cisco.com>
Fri, 16 Jan 2009 22:55:40 +0000 (14:55 -0800)
commit9cd01bdc19ca1a8059b73fd332a2036893496d4e
tree30559952e085a8c807b635a5d30a2cd5e03b38b5
parente3c16c4a52a60362dae60fb7a6e7de2a490daace
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 486b0aeb
("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