sparc64: Don't use alloc_bootmem() in init_IRQ() code paths.
authorDavid S. Miller <davem@davemloft.net>
Fri, 26 Jun 2009 02:00:47 +0000 (19:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Jun 2009 02:00:47 +0000 (19:00 -0700)
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 <davem@davemloft.net>

No differences found