diff options
author | Joe Perches <joe@perches.com> | 2011-04-24 22:00:50 -0700 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-05-22 08:40:00 -0400 |
commit | ae8cc059550b2c2ec7a5e9650bb1be7b988a1208 (patch) | |
tree | 6f78e28c0c886bf7a5b36a805fc79f2bc642d824 /arch/x86/kvm/vmx.c | |
parent | 8f74d8e16812d63639871b4e56409b08bdcb66fc (diff) | |
download | lwn-ae8cc059550b2c2ec7a5e9650bb1be7b988a1208.tar.gz lwn-ae8cc059550b2c2ec7a5e9650bb1be7b988a1208.zip |
KVM: SVM: Make dump_vmcb static, reduce text
dump_vmcb isn't used outside this module, make it static.
Shrink text and object by ~1% by standardizing formats.
$ size arch/x86/kvm/svm.o*
text data bss dec hex filename
52910 580 10072 63562 f84a arch/x86/kvm/svm.o.new
53563 580 10072 64215 fad7 arch/x86/kvm/svm.o.old
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/kvm/vmx.c')
0 files changed, 0 insertions, 0 deletions