alistair23-linux/drivers/net/ehea
Stephen Rothwell 8be35bdeb2 net/ehea: use consistant type
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@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-01-06 10:47:16 -08:00
..
ehea.h net/ehea: bitops work on unsigned longs 2009-01-05 16:06:02 -08:00
ehea_ethtool.c ehea: fix ethtool checkpatch complaints 2008-02-03 04:25:56 -08:00
ehea_hcall.h [PATCH] ehea: IBM eHEA Ethernet Device Driver 2006-09-13 13:23:52 -04:00
ehea_hw.h ehea: fix ehea.h checkpatch complaints 2008-02-03 04:25:55 -08:00
ehea_main.c net/ehea: bitops work on unsigned longs 2009-01-05 16:06:02 -08:00
ehea_phyp.c net/ehea: use consistant type 2009-01-06 10:47:16 -08:00
ehea_phyp.h ehea: fix phyp checkpatch complaints 2008-02-03 04:25:57 -08:00
ehea_qmr.c ehea: use get_zeroed_page for alignment-sensitive allocation 2008-12-25 18:32:57 -08:00
ehea_qmr.h ehea: Detect 16GB hugepages for firmware restriction 2008-10-27 14:49:55 -04:00
Makefile [PATCH] ehea: IBM eHEA Ethernet Device Driver 2006-09-13 13:23:52 -04:00