commit | 6cf2b3fc9934a56ceeb393ea5d0149e0bebc80fa | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@freescale.com> | Sat May 28 15:52:15 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat May 28 16:46:16 2005 -0700 |
tree | 2caecc37d7dbb75102e2df617ed8e5674f797cbe | |
parent | f9e4a005827ec0b33f0c61fec1634a5a3421decd [diff] |
[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>