diff options
author | Thomas Meyer <thomas@m3y3r.de> | 2021-01-05 15:01:28 +0300 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2021-01-27 00:11:37 +0300 |
commit | d7ffac33631b2f72ec4cbbf9a64be6aa011b5cfd (patch) | |
tree | 4b1a2b70a3cfcc55a6a33f27f25506e3be27921f /net/unix/af_unix.c | |
parent | 1cdcfb44370b28187a0c33cdbcb4705103ed81aa (diff) | |
download | linux-d7ffac33631b2f72ec4cbbf9a64be6aa011b5cfd.tar.xz |
um: stdio_console: Make preferred console
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: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions