From: Milton Miller Date: Tue, 10 May 2011 19:29:53 +0000 (+0000) Subject: powerpc: Radix trees are available before init_IRQ X-Git-Tag: v3.0-rc1~385^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3af259d1555a93b3b6f6545af13e0eb99b0d5d32;p=pandora-kernel.git powerpc: Radix trees are available before init_IRQ Since the generic irq code uses a radix tree for sparse interrupts, the initcall ordering has been changed to initialize radix trees before irqs. We no longer need to defer creating revmap radix trees to the arch_initcall irq_late_init. Also, the kmem caches are allocated so we don't need to use zalloc_maybe_bootmem. Signed-off-by: Milton Miller Reviewed-by: Grant Likely Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed