zcore: Improve startup-message text

Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
Michael Holzheu 2016-11-14 18:51:41 +01:00 committed by Martin Schwidefsky
parent ef280c859f
commit 68962269a4

View file

@ -320,7 +320,7 @@ static int __init zcore_init(void)
goto fail;
}
pr_alert("DETECTED 'S390X (64 bit) OS'\n");
pr_alert("The dump process started for a 64-bit operating system\n");
rc = init_cpu_info();
if (rc)
goto fail;