diff options
Diffstat (limited to 'arch/s390/kernel/early.c')
-rw-r--r-- | arch/s390/kernel/early.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/kernel/early.c b/arch/s390/kernel/early.c index 9475e682727f..d84181f1f5e8 100644 --- a/arch/s390/kernel/early.c +++ b/arch/s390/kernel/early.c | |||
@@ -374,8 +374,6 @@ static __init void detect_machine_facilities(void) | |||
374 | S390_lowcore.machine_flags |= MACHINE_FLAG_MVCOS; | 374 | S390_lowcore.machine_flags |= MACHINE_FLAG_MVCOS; |
375 | if (test_facility(40)) | 375 | if (test_facility(40)) |
376 | S390_lowcore.machine_flags |= MACHINE_FLAG_SPP; | 376 | S390_lowcore.machine_flags |= MACHINE_FLAG_SPP; |
377 | if (test_facility(25)) | ||
378 | S390_lowcore.machine_flags |= MACHINE_FLAG_STCKF; | ||
379 | #endif | 377 | #endif |
380 | } | 378 | } |
381 | 379 | ||