Home
last modified time | relevance | path

Searched hist:"662 d9715840aef44dcb573b0f9fab9e8319c868a" (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm64/kvm/
H A DMakefilediff 662d9715840aef44dcb573b0f9fab9e8319c868a Wed Mar 11 14:21:31 CET 2015 Christoffer Dall <christoffer.dall@linaro.org> arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}

We can definitely decide at run-time whether to use the GIC and timers
or not, and the extra code and data structures that we allocate space
for is really negligable with this config option, so I don't think it's
worth the extra complexity of always having to define stub static
inlines. The !CONFIG_KVM_ARM_VGIC/TIMER case is pretty much an untested
code path anyway, so we're better off just getting rid of it.

Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
H A DKconfigdiff 662d9715840aef44dcb573b0f9fab9e8319c868a Wed Mar 11 14:21:31 CET 2015 Christoffer Dall <christoffer.dall@linaro.org> arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}

We can definitely decide at run-time whether to use the GIC and timers
or not, and the extra code and data structures that we allocate space
for is really negligable with this config option, so I don't think it's
worth the extra complexity of always having to define stub static
inlines. The !CONFIG_KVM_ARM_VGIC/TIMER case is pretty much an untested
code path anyway, so we're better off just getting rid of it.

Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
/linux/arch/arm/kernel/
H A Dasm-offsets.cdiff 662d9715840aef44dcb573b0f9fab9e8319c868a Wed Mar 11 14:21:31 CET 2015 Christoffer Dall <christoffer.dall@linaro.org> arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}

We can definitely decide at run-time whether to use the GIC and timers
or not, and the extra code and data structures that we allocate space
for is really negligable with this config option, so I don't think it's
worth the extra complexity of always having to define stub static
inlines. The !CONFIG_KVM_ARM_VGIC/TIMER case is pretty much an untested
code path anyway, so we're better off just getting rid of it.

Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
/linux/include/kvm/
H A Darm_vgic.hdiff 662d9715840aef44dcb573b0f9fab9e8319c868a Wed Mar 11 14:21:31 CET 2015 Christoffer Dall <christoffer.dall@linaro.org> arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}

We can definitely decide at run-time whether to use the GIC and timers
or not, and the extra code and data structures that we allocate space
for is really negligable with this config option, so I don't think it's
worth the extra complexity of always having to define stub static
inlines. The !CONFIG_KVM_ARM_VGIC/TIMER case is pretty much an untested
code path anyway, so we're better off just getting rid of it.

Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>