commit | 14a2ff6ed28931f796d2c2c8a440227a5d90f441 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Jun 25 19:00:47 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 25 19:00:47 2009 -0700 |
tree | a5e7bd83dd3a4a4fc60b8815a99bfda8aefb9c0f | |
parent | 28d0325ce6e0a52f53d8af687e6427fee59004d3 [diff] |
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>