commit | 3c7ef08bba65d1fef0b7486b30b5bbcdb42c5d9c | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Fri Sep 28 15:06:41 2012 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Oct 09 14:16:55 2012 +0200 |
tree | 137f58766c6d6c0a4c2e055a687a6904528d9fb0 | |
parent | 9e2d8656f5e8aa214e66b462680cf86b210b74a8 [diff] |
s390/facilities: cleanup PFMF and HPAGE machine facility detection MACHINE_HAS_PFMF and MACHINE_HAS_HPAGE actually have the same semantics: the cpu has the EDAT1 facility installed in zArch mode. So remove one of the feature flags in machine_flags and rename the other one to EDAT1. The two old macros simply get mapped to MACHINE_HAS_EDAT1. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>