lkml.org 
[lkml]   [2021]   [Dec]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    Subject[PATCH v3 08/26] KVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer() helpers
    From
    Unexport switch_to_{hv,sw}_timer() now that common x86 handles the
    transitions.

    No functional change intended.

    Signed-off-by: Sean Christopherson <seanjc@google.com>
    Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
    ---
    arch/x86/kvm/lapic.c | 2 --
    1 file changed, 2 deletions(-)

    diff --git a/arch/x86/kvm/lapic.c b/arch/x86/kvm/lapic.c
    index 40270d7bc597..d4d875cbf05c 100644
    --- a/arch/x86/kvm/lapic.c
    +++ b/arch/x86/kvm/lapic.c
    @@ -1947,7 +1947,6 @@ void kvm_lapic_switch_to_hv_timer(struct kvm_vcpu *vcpu)
    {
    restart_apic_timer(vcpu->arch.apic);
    }
    -EXPORT_SYMBOL_GPL(kvm_lapic_switch_to_hv_timer);

    void kvm_lapic_switch_to_sw_timer(struct kvm_vcpu *vcpu)
    {
    @@ -1959,7 +1958,6 @@ void kvm_lapic_switch_to_sw_timer(struct kvm_vcpu *vcpu)
    start_sw_timer(apic);
    preempt_enable();
    }
    -EXPORT_SYMBOL_GPL(kvm_lapic_switch_to_sw_timer);

    void kvm_lapic_restart_hv_timer(struct kvm_vcpu *vcpu)
    {
    --
    2.34.1.400.ga245620fadb-goog
    \
     
     \ /
      Last update: 2021-12-08 02:55    [W:4.416 / U:0.132 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site