From: David S. Miller Date: Fri, 26 Jun 2009 02:00:47 +0000 (-0700) Subject: sparc64: Don't use alloc_bootmem() in init_IRQ() code paths. X-Git-Tag: v2.6.31-rc2~84^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14a2ff6ed28931f796d2c2c8a440227a5d90f441;p=pandora-kernel.git sparc64: Don't use alloc_bootmem() in init_IRQ() code paths. The page allocator and SLAB are available at this point now, and if we still try to use bootmem allocations here the kernel spits out warnings. Signed-off-by: David S. Miller --- Reading git-diff-tree failed