From: Mike Frysinger Date: Tue, 11 May 2010 04:43:19 +0000 (+0000) Subject: Blackfin: use atomic kmalloc in L1 alloc so it too can be atomic X-Git-Tag: v2.6.35-rc1~410^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb5400b6131e6ebaacf809357643a22a72d5cc4c;p=pandora-kernel.git Blackfin: use atomic kmalloc in L1 alloc so it too can be atomic Some drivers allocate L1 SRAM in atomic contexts, so make sure these functions also use GFP_ATOMIC to avoid BUG()'s. Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed