commit | 0d0dafc1e48fd254c22f75738def870a7ffd2c3e | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri May 17 14:41:33 2013 +0200 |
committer | Gleb Natapov <gleb@redhat.com> | Tue May 21 11:55:20 2013 +0300 |
tree | 8825dc5fe79f6958e198f10f439159d2410217e2 | |
parent | dfcf7dc64237dbe1acc2147ad3552f793003874b [diff] |
s390/kvm: rename RCP_xxx defines to PGSTE_xxx The RCP byte is a part of the PGSTE value, the existing RCP_xxx names are inaccurate. As the defines describe bits and pieces of the PGSTE, the names should start with PGSTE_. The KVM_UR_BIT and KVM_UC_BIT are part of the PGSTE as well, give them better names as well. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Gleb Natapov <gleb@redhat.com>