KVM: s390: Renamed PGM_PRIVILEGED_OPERATION
authorThomas Huth <thuth@linux.vnet.ibm.com>
Thu, 20 Jun 2013 15:21:59 +0000 (17:21 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 20 Jun 2013 21:31:04 +0000 (23:31 +0200)
commit208dd7567df471c7c47aa25b94569afc115de5f5
tree70abff3e94f201a927bd8f5e64ef34dc99068ba7
parent6c806a7332e6d36c1f95966b4a8a22f342b68948
KVM: s390: Renamed PGM_PRIVILEGED_OPERATION

Renamed the PGM_PRIVILEGED_OPERATION define to PGM_PRIVILEGED_OP since this
define was way longer than the other PGM_* defines and caused the code often
to exceed the 80 columns limit when not split to multiple lines.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/s390/include/asm/kvm_host.h
arch/s390/kvm/priv.c
arch/s390/kvm/sigp.c
This page took 0.025592 seconds and 5 git commands to generate.