Re: [PATCH] add slab_is_available() routine for boot code

From: Benjamin Herrenschmidt
Date: Wed May 10 2006 - 23:09:20 EST



> I'll let Arnd answer. He ran into this when doing some Cell work. Not
> sure where in the development cycle the code is that exposes this bug.

I want that too for some other unrelated patches :) I want request_irq()
to use alloc_bootmem when slab is not available so that some low level
arch irqs can be requested at init_IRQ() time.

(Typically IRQs for cascaded controllers). We currently define
statically irqaction structures for them and call setup_irq() on them,
this is gross :)

Cheers,
Ben.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/