commit | 1bc2a3bb86688ffca691ba2ad30a2d5dcba774cf | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Wed Sep 21 09:55:33 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Sep 21 10:11:54 2005 -0700 |
tree | 09e8f19669e0494cd3464b0d5babebf259778c30 | |
parent | d6dbf42ee36d4f9ffc2a93877c19937c81974124 [diff] |
[PATCH] ppc64: Fix issue with non zero boot cpu The new version of the flattened device tree passes the boot cpuid in the header instead of via a linux,boot-cpu property. We need to update the in kernel OF parsing code to do this, otherwise machines with a non zero boot cpuid fail to come up. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>