From: Benjamin Herrenschmidt Date: Sat, 16 Apr 2005 22:24:37 +0000 (-0700) Subject: [PATCH] ppc64: remove bogus f50 hack in prom.c X-Git-Tag: v2.6.12-rc3~193 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50bfb2e0329d45dd46fdc34f70cdaabe2d8a1dc7;p=pandora-kernel.git [PATCH] ppc64: remove bogus f50 hack in prom.c The code that parses the OF device tree contains an old bogus hack which was killed a long time ago on ppc32, but survived in ppc64. It was supposed to help with a problem on the f50 which is ... a 32 bits machine :) Additionally, that hack is causing problems, so let's just get rid of it. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed