From: Roger Oksanen Date: Mon, 30 Nov 2009 01:17:29 +0000 (-0800) Subject: e100: Use pci pool to work around GFP_ATOMIC order 5 memory allocation failure X-Git-Tag: v2.6.32~40^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98468efddb101f8a29af974101c17ba513b07be1;p=pandora-kernel.git e100: Use pci pool to work around GFP_ATOMIC order 5 memory allocation failure pci_alloc_consistent uses GFP_ATOMIC allocation that may fail on some systems with limited memory (Bug #14265). pci_pool_alloc allows waiting with GFP_KERNEL. Tested-by: Karol Lewandowski Signed-off-by: Roger Oksanen Signed-off-by: David S. Miller --- Reading git-diff-tree failed