[PATCH] ppc32: i8259 PIC should not be initialized if PCI is not configured
authorKumar Gala <galak@freescale.com>
Sat, 28 May 2005 22:52:15 +0000 (15:52 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 28 May 2005 23:46:16 +0000 (16:46 -0700)
commit6cf2b3fc9934a56ceeb393ea5d0149e0bebc80fa
tree2caecc37d7dbb75102e2df617ed8e5674f797cbe
parentf9e4a005827ec0b33f0c61fec1634a5a3421decd
[PATCH] ppc32: i8259 PIC should not be initialized if PCI is not configured

Trying to initialize the i8259 PIC will not work if CONFIG_PCI is not
enabled.  The kernel hangs if the initialization is tried.

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/platforms/85xx/mpc85xx_cds_common.c