From: Paul Mundt Date: Thu, 11 Jun 2009 22:34:12 +0000 (+0300) Subject: sh: intc: alloc_bootmem() -> kzalloc() conversion. X-Git-Tag: v2.6.31-rc1~139^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11b6aa9555d0c2f4d195695cd151e1fd07413387;p=pandora-kernel.git sh: intc: alloc_bootmem() -> kzalloc() conversion. Now that the slab allocators are available much earlier, this triggers a the slab_is_available() warning when registering the interrupt controller. Convert to kzalloc() with GFP_NOWAIT, as per the generic changes. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed