forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commit620cf45
Marc Zyngier
KVM: arm64: Remove S1PTW check from kvm_vcpu_dabt_iswrite()
Now that kvm_vcpu_trap_is_write_fault() checks for S1PTW, thereis no need for kvm_vcpu_dabt_iswrite() to do the same thing, aswe already check for this condition on all existing paths.Drop the check and add a comment instead.Signed-off-by: Marc Zyngier <maz@kernel.org>Reviewed-by: Will Deacon <will@kernel.org>Link:https://lore.kernel.org/r/20200915104218.1284701-3-maz@kernel.org1 parentc4ad98e commit620cf45
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| 306 | + | |
306 | 307 | | |
307 | 308 | | |
308 | | - | |
309 | | - | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| |||
0 commit comments
Comments
(0)