commit | 9d2ba6faa1c2e10546a4bdf0f9687436d7681b2f | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Sat Nov 05 17:54:22 2005 +0000 |
committer | Paul Mackerras <paulus@samba.org> | Mon Nov 07 12:36:25 2005 +1100 |
tree | 47d6fd707ea6b378eb8e0c07343e1f3e94a794bf | |
parent | ead837174d265b24334f0721a84cbdda8ccd89a7 [diff] |
[PATCH] powerpc: Fix i8259 cascade IRQ setup_irq() aborts immediately if there's no handler for the IRQ in question. So i8259_init() should set up its handlers before trying to set up the cascade on IRQ 2. With this and the patch I sent a few days ago to fix initrd on ppc32, my Pegasos now runs the arch/powerpc kernel. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Paul Mackerras <paulus@samba.org>