diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/kernel/setup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c index 323dedecdf54..bed9dcb34fda 100644 --- a/arch/s390/kernel/setup.c +++ b/arch/s390/kernel/setup.c | |||
@@ -740,6 +740,9 @@ static void __init setup_hwcaps(void) | |||
740 | void __init | 740 | void __init |
741 | setup_arch(char **cmdline_p) | 741 | setup_arch(char **cmdline_p) |
742 | { | 742 | { |
743 | /* set up preferred console */ | ||
744 | add_preferred_console("ttyS", 0, NULL); | ||
745 | |||
743 | /* | 746 | /* |
744 | * print what head.S has found out about the machine | 747 | * print what head.S has found out about the machine |
745 | */ | 748 | */ |