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)
commit14a2ff6ed28931f796d2c2c8a440227a5d90f441
treea5e7bd83dd3a4a4fc60b8815a99bfda8aefb9c0f
parent28d0325ce6e0a52f53d8af687e6427fee59004d3
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 <davem@davemloft.net>
arch/sparc/kernel/irq_64.c