linux/drivers/net/ehea
Brian King 3d8009c780 ehea: Allocate stats buffer with GFP_KERNEL
Since ehea_get_stats calls ehea_h_query_ehea_port, which
can sleep, we can also sleep when allocating a page in
this function. This fixes some memory allocation failure
warnings seen under low memory conditions.

Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-07-01 22:45:52 -07:00
..
Makefile
ehea.h ehea: Fix kernel deadlock in DLPAR-mem processing 2010-06-16 18:05:27 -07:00
ehea_ethtool.c
ehea_hw.h
ehea_main.c ehea: Allocate stats buffer with GFP_KERNEL 2010-07-01 22:45:52 -07:00
ehea_phyp.c
ehea_phyp.h
ehea_qmr.c ehea: error handling improvement 2010-04-21 22:32:43 -07:00
ehea_qmr.h drivers/net: use __packed annotation 2010-06-03 03:18:23 -07:00