ftmac100: use GFP_ATOMIC allocations where needed
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 14 Mar 2011 22:40:39 +0000 (15:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Mar 2011 22:40:39 +0000 (15:40 -0700)
When running in softirq context, we should use GFP_ATOMIC allocations
instead of GFP_KERNEL ones.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Tested-by: Po-Yu Chuang <ratbert@faraday-tech.com>
Acked-by: Po-Yu Chuang <ratbert@faraday-tech.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found