• P
    powerpc: Initialize btext subsystem later, after prom_init · 30cd4a4e
    Paul Mackerras 提交于
    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: NPaul Mackerras <paulus@samba.org>
    30cd4a4e
init_32.c 6.0 KB