]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
KVM: SVM: delete avic_vm_id_bitmap (2 megabyte static array)
authorDenys Vlasenko <dvlasenk@redhat.com>
Fri, 11 Aug 2017 20:11:58 +0000 (22:11 +0200)
committerRadim Krčmář <rkrcmar@redhat.com>
Fri, 18 Aug 2017 12:37:50 +0000 (14:37 +0200)
commit3f0d4db7579c471ae9873e953e220943924c7ea0
treedd43d03bac805d75ef0143878db609903c3794d9
parent9034e6e89526627094ff80df05db54f76a6f8fa8
KVM: SVM: delete avic_vm_id_bitmap (2 megabyte static array)

With lightly tweaked defconfig:

    text    data     bss      dec     hex filename
11259661 5109408 2981888 19350957 12745ad vmlinux.before
11259661 5109408  884736 17253805 10745ad vmlinux.after

Only compile-tested.

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Cc: Joerg Roedel <joro@8bytes.org>
Cc: pbonzini@redhat.com
Cc: rkrcmar@redhat.com
Cc: tglx@linutronix.de
Cc: mingo@redhat.com
Cc: hpa@zytor.com
Cc: x86@kernel.org
Cc: kvm@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
arch/x86/kvm/svm.c