From: Joe Perches Date: Mon, 25 Apr 2011 05:00:50 +0000 (-0700) Subject: KVM: SVM: Make dump_vmcb static, reduce text X-Git-Tag: v3.0-rc1~350^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae8cc059550b2c2ec7a5e9650bb1be7b988a1208;p=pandora-kernel.git 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 Acked-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed