s390/pfault: use early_param() instead if __setup()
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 24 Jul 2023 15:20:29 +0000 (17:20 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Sat, 29 Jul 2023 12:57:18 +0000 (14:57 +0200)
commit28254f36e2944a501e8bf440193e5c4f910cf10d
tree190ad269c08ef6e72f4a1d2c4e46e0fd560bae5f
parentc5b6eef58f88810b8e641d8d32d24041fa20e016
s390/pfault: use early_param() instead if __setup()

early_param() is the standard way of defining early kernel command
line parameters. Use that instead of the old __setup() variant.

Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/mm/pfault.c