git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84379cb
)
iwl3945: fix lock dependency
author
Abhijeet Kolekar
<abhijeet.kolekar@intel.com>
Thu, 30 Apr 2009 20:56:26 +0000
(13:56 -0700)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 6 May 2009 19:14:59 +0000
(15:14 -0400)
Patch seperates rx_used and rx_free into two
different atomic contexts. We can now avoid using GFP_ATOMIC
for skb allocation and use GFP_KERNEL.
Signed-off-by: Abhijeet Kolekar <abhijeet.kolekar@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found