commit | 68ac31918ec359a2bfb9f897bb62c2940652d2b8 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Thu Jul 07 06:13:32 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 07 06:13:32 2011 -0700 |
tree | 052c7ecb3ffd5ed3a5a60ff21e0441f88be87065 | |
parent | 3c878d4746ca12cc8022f9e02f055f175b847dbc [diff] |
sky2: use GFP_KERNEL allocations at device setup 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>