From: Benjamin Herrenschmidt Date: Tue, 15 Nov 2005 07:21:45 +0000 (+1100) Subject: [PATCH] ppc: Fix boot with yaboot with ARCH=ppc X-Git-Tag: v2.6.15-rc2~74^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de93f0d62ccaa730fd46de14d46c0317bd82596a;p=pandora-kernel.git [PATCH] ppc: Fix boot with yaboot with ARCH=ppc The merge of machine types broke boot with yaboot & ARCH=ppc due to the old code still retreiving the old-syle machine type passed in by yaboot. This patch fixes it by translating those old numbers. Since that whole mecanism is deprecated, this is a temporary fix until ARCH=ppc uses the new prom_init that the merged architecture now uses for both ppc32 and ppc64 (after 2.6.15) Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed