]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit37c92398d4b57f445ffebc9bc7d4be8e9193ba27
treebc1fcf05542a924b956f68940d044bb163be1547
parent304be63d4f417ee128b773c35a098730dce22f08
ftmac100: use GFP_ATOMIC allocations where needed

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>
drivers/net/ftmac100.c