mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-03-07 04:00:15 +00:00
[S390] Missing blank when appending cio_ignore kernel parameter
When appending the 'cio_ignore' kernel parameter to the command line, a blank has to be inserted in order to separate 'cio_ignore' from the preceding kernel parameters. Signed-off-by: Michael Holzheu <holzheu@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
fa490cfd15
commit
0a71a31243
@ -300,6 +300,7 @@ static void __init setup_zfcpdump(unsigned int console_devno)
|
|||||||
else
|
else
|
||||||
sprintf(str, "cio_ignore=all,!0.0.%04x",
|
sprintf(str, "cio_ignore=all,!0.0.%04x",
|
||||||
ipl_info.data.fcp.dev_id.devno);
|
ipl_info.data.fcp.dev_id.devno);
|
||||||
|
strcat(COMMAND_LINE, " ");
|
||||||
strcat(COMMAND_LINE, str);
|
strcat(COMMAND_LINE, str);
|
||||||
console_loglevel = 2;
|
console_loglevel = 2;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user