commit | 06fe98e6369330d522705d5e67a2eddac2fd5bba | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Jul 10 04:44:43 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jul 10 13:24:20 2006 -0700 |
tree | f8f2e31087634f91a1d797a1c218be9c5325654a | |
parent | 6e99e4582861578fb00d84d085f8f283569f51dd [diff] |
[PATCH] powerpc: fix MPIC OF tree parsing on Apple quad g5 The quad g5 currently doesn't boot due to two problems. This patch fixes the first one: Apple new way of doing interrupt specifiers in OF for devices using the HT APIC isn't properly parsed by the new MPIC driver code. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>