sky2: use GFP_KERNEL allocations at device setup
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 7 Jul 2011 13:13:32 +0000 (06:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Jul 2011 13:13:32 +0000 (06:13 -0700)
In process and sleep allowed context, favor GFP_KERNEL allocations over
GFP_ATOMIC ones.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found