From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] KVM: SVM: Make dump_vmcb static, reduce text Date: Thu, 28 Apr 2011 13:08:21 +0300 Message-ID: <4DB93C95.1050506@redhat.com> References: <78024a3a74353a4d73be69b4e4f42da942b8fe15.1303707337.git.joe@perches.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Joerg Roedel , kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: Joe Perches Return-path: In-Reply-To: <78024a3a74353a4d73be69b4e4f42da942b8fe15.1303707337.git.joe@perches.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 04/25/2011 08:00 AM, Joe Perches wrote: > 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 > Applied, thanks. -- error compiling committee.c: too many arguments to function