]> Pileus Git - ~andy/linux/commit
s390/kvm: rename RCP_xxx defines to PGSTE_xxx
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 17 May 2013 12:41:33 +0000 (14:41 +0200)
committerGleb Natapov <gleb@redhat.com>
Tue, 21 May 2013 08:55:20 +0000 (11:55 +0300)
commit0d0dafc1e48fd254c22f75738def870a7ffd2c3e
tree8825dc5fe79f6958e198f10f439159d2410217e2
parentdfcf7dc64237dbe1acc2147ad3552f793003874b
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>
arch/s390/include/asm/pgtable.h
arch/s390/mm/pgtable.c