]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
[PATCH] powerpc: Fix search for the main interrupt controller
authorHaren Myneni <haren@us.ibm.com>
Tue, 27 Dec 2005 23:51:07 +0000 (15:51 -0800)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 04:35:01 +0000 (15:35 +1100)
commit9da5cad61c13fbdc7fc7aa425f03a15da9d0cb43
tree65cf4e8e7b346079c7df7f4bad54b7d02e6ee692
parent79e7bac0d6ad56d62e2364313b5e5e5950c7385d
[PATCH] powerpc: Fix search for the main interrupt controller

At present, we are not looking at all interrupt controller nodes in the
device tree even though the proper node was not found. This is causing
the system panic. The attached patch will scan all nodes until it finds
the proper interrupt controller type.

Signed-off-by: Haren Myneni <haren@us.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/pseries/setup.c