• T
    um: stdio_console: Make preferred console · d7ffac33
    Thomas Meyer 提交于
    The addition of the "ttynull" console driver did break the ordering of the
    UML stdio console driver.
    The UML stdio console driver is added in late_initcall (7), whereby the
    ttynull driver is added in device_initcall (6), which always does make the
    ttynull driver the default console.
    
    Fix it by explicitly adding the UML stdio console as the preferred console,
    in case no 'console=' command line option was specified.
    Signed-off-by: NThomas Meyer <thomas@m3y3r.de>
    Signed-off-by: NRichard Weinberger <richard@nod.at>
    d7ffac33
um_arch.c 10.2 KB