commit | 122954ed7db313c53698c35005e93e8e04135428 | [log] [tgz] |
---|---|---|
author | Ravi Bangoria <ravi.bangoria@linux.ibm.com> | Wed Dec 16 16:12:17 2020 +0530 |
committer | Paul Mackerras <paulus@ozlabs.org> | Wed Feb 10 14:31:08 2021 +1100 |
tree | 8c0483eee45d3b8d3ca369ad61f90a7d8472e722 | |
parent | afe75049303f75c73a97d635a4d353c7d571d1a3 [diff] |
KVM: PPC: Book3S HV: Rename current DAWR macros and variables Power10 is introducing a second DAWR (Data Address Watchpoint Register). Use real register names (with suffix 0) from ISA for current macros and variables used by kvm. One exception is KVM_REG_PPC_DAWR. Keep it as it is because it's uapi so changing it will break userspace. Signed-off-by: Ravi Bangoria <ravi.bangoria@linux.ibm.com> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>