projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9586a2e
)
arm64: KVM: Fix comments of the CP handler
author
Shannon Zhao
<
[email protected]
>
Wed, 13 Jan 2016 09:16:40 +0000
(17:16 +0800)
committer
Marc Zyngier
<
[email protected]
>
Sun, 24 Jan 2016 21:56:00 +0000
(21:56 +0000)
Make sure the documentation reflects the actual name of the functions.
Acked-by: Marc Zyngier <
[email protected]
>
Signed-off-by: Shannon Zhao <
[email protected]
>
Signed-off-by: Marc Zyngier <
[email protected]
>
arch/arm64/kvm/sys_regs.c
patch
|
blob
|
history
diff --git
a/arch/arm64/kvm/sys_regs.c
b/arch/arm64/kvm/sys_regs.c
index eec3598b4184077b83b5a1f24321891cb110f5bb..4048934bb3a5c906f1125386c5b0c1cab6f0e660 100644
(file)
--- a/
arch/arm64/kvm/sys_regs.c
+++ b/
arch/arm64/kvm/sys_regs.c
@@
-1043,7
+1043,7
@@
static void unhandled_cp_access(struct kvm_vcpu *vcpu,
}
/**
- * kvm_handle_cp_64 -- handles a mrrc/mcrr trap on a guest CP15 access
+ * kvm_handle_cp_64 -- handles a mrrc/mcrr trap on a guest CP1
4/CP1
5 access
* @vcpu: The VCPU pointer
* @run: The kvm_run struct
*/
@@
-1095,7
+1095,7
@@
out:
}
/**
- * kvm_handle_cp
15_32 -- handles a mrc/mcr trap on a guest
CP15 access
+ * kvm_handle_cp
_32 -- handles a mrc/mcr trap on a guest CP14/
CP15 access
* @vcpu: The VCPU pointer
* @run: The kvm_run struct
*/