diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2014-01-24 13:03:42 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2014-02-21 08:50:15 +0100 |
commit | ca04ddbf537d30b25f6e240b70f19be35fac4313 (patch) | |
tree | 7c86d465aa120169171390bf983e34f3533dc108 /arch/s390/kernel/early.c | |
parent | 211deca6bf413560b562d69748ebc4df5d80d65e (diff) | |
download | op-kernel-dev-ca04ddbf537d30b25f6e240b70f19be35fac4313.zip op-kernel-dev-ca04ddbf537d30b25f6e240b70f19be35fac4313.tar.gz |
s390/setup: get rid of MACHINE_HAS_MVCOS machine flag
MACHINE_HAS_MVCOS is used exactly once when the machine is brought up.
There is no need to cache the flag in the machine_flags.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
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 fca20b5..6b59443 100644 --- a/arch/s390/kernel/early.c +++ b/arch/s390/kernel/early.c @@ -380,8 +380,6 @@ static __init void detect_machine_facilities(void) S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT2; if (test_facility(3)) S390_lowcore.machine_flags |= MACHINE_FLAG_IDTE; - if (test_facility(27)) - S390_lowcore.machine_flags |= MACHINE_FLAG_MVCOS; if (test_facility(40)) S390_lowcore.machine_flags |= MACHINE_FLAG_LPP; if (test_facility(50) && test_facility(73)) |