]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit460960e2a2a550d26f90c3b486dcc147f076a0b2
treea5e7bd83dd3a4a4fc60b8815a99bfda8aefb9c0f
parent89feb12dd08b870baab8a22265bbff269a80bcf8
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