Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/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_hcall.h
ehea_hw.h
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_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