diff options
author | Christoffer Dall <christoffer.dall@linaro.org> | 2013-10-16 03:10:42 +0200 |
---|---|---|
committer | Christoffer Dall <christoffer.dall@linaro.org> | 2013-10-18 00:26:50 +0200 |
commit | 86ed81aa2e1ce05a4e7f0819f0dfc34e8d8fb910 (patch) | |
tree | e004311de4c4c4075e91ca317a19983e2a612209 /arch/arm/include | |
parent | ARM: KVM: Yield CPU when vcpu executes a WFE (diff) | |
download | linux-86ed81aa2e1ce05a4e7f0819f0dfc34e8d8fb910.tar.xz linux-86ed81aa2e1ce05a4e7f0819f0dfc34e8d8fb910.zip |
KVM: ARM: Update comments for kvm_handle_wfi
Update comments to reflect what is really going on and add the TWE bit
to the comments in kvm_arm.h.
Also renames the function to kvm_handle_wfx like is done on arm64 for
consistency and uber-correctness.
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/kvm_arm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/kvm_arm.h b/arch/arm/include/asm/kvm_arm.h index fe395b7b1ce2..1d3153c7eb41 100644 --- a/arch/arm/include/asm/kvm_arm.h +++ b/arch/arm/include/asm/kvm_arm.h @@ -57,6 +57,7 @@ * TSC: Trap SMC * TSW: Trap cache operations by set/way * TWI: Trap WFI + * TWE: Trap WFE * TIDCP: Trap L2CTLR/L2ECTLR * BSU_IS: Upgrade barriers to the inner shareable domain * FB: Force broadcast of all maintainance operations |