From: Paul Mackerras Date: Mon, 17 Oct 2005 09:20:46 +0000 (+1000) Subject: powerpc: Initialize btext subsystem later, after prom_init X-Git-Tag: v2.6.15-rc1~59^2~165 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30cd4a4e9c25e154ba087848a839bd0c6d024092;p=pandora-kernel.git powerpc: Initialize btext subsystem later, after prom_init We were initializing the btext stuff from prom_init(), thus breaking the rule that all communication between prom_init() and the rest of the kernel has to be via the flattened device tree. This removes the btext initialization calls from prom_init() and initializes it instead after the device tree is unflattened. It would be nice to do it earlier, but that needs some more infrastructure to find the properties we need in the flattened device tree. Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed