diff options
| author | Christoffer Dall <christoffer.dall@linaro.org> | 2016-12-22 18:04:59 -0500 |
|---|---|---|
| committer | Christoffer Dall <cdall@linaro.org> | 2017-04-09 10:45:31 -0400 |
| commit | 00dafa0fcfe9fb1d863f08dc45d6f05ac9505d46 (patch) | |
| tree | e39a89e27af52f1bd04ca869ef8cd1b9c28ed262 /include/kvm | |
| parent | f6769581e90ba2535b3e587fe15b74f6cbc4aaab (diff) | |
KVM: arm/arm64: vgic: Get rid of live_lrs
There is no need to calculate and maintain live_lrs when we always
populate the lowest numbered LRs first on every entry and clear all LRs
on every exit.
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Diffstat (limited to 'include/kvm')
| -rw-r--r-- | include/kvm/arm_vgic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/kvm/arm_vgic.h b/include/kvm/arm_vgic.h index f7a2e31eb4c1..ea940dbb5dba 100644 --- a/include/kvm/arm_vgic.h +++ b/include/kvm/arm_vgic.h | |||
| @@ -264,8 +264,6 @@ struct vgic_cpu { | |||
| 264 | */ | 264 | */ |
| 265 | struct list_head ap_list_head; | 265 | struct list_head ap_list_head; |
| 266 | 266 | ||
| 267 | u64 live_lrs; | ||
| 268 | |||
| 269 | /* | 267 | /* |
| 270 | * Members below are used with GICv3 emulation only and represent | 268 | * Members below are used with GICv3 emulation only and represent |
| 271 | * parts of the redistributor. | 269 | * parts of the redistributor. |
