summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/s390/mm/pfault.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/s390/mm/pfault.c b/arch/s390/mm/pfault.c
index e1c8cc14575d..64cc42d37c8b 100644
--- a/arch/s390/mm/pfault.c
+++ b/arch/s390/mm/pfault.c
@@ -25,8 +25,7 @@ static int __init nopfault(char *str)
pfault_disable = 1;
return 1;
}
-
-__setup("nopfault", nopfault);
+early_param("nopfault", nopfault);
struct pfault_refbk {
u16 refdiagc;