From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Date: Thu, 16 Apr 2009 09:24:58 +0000 Subject: [patch] remove empty function vti_vcpu_load() Message-Id: <49E6F96A.5070304@sgi.com> MIME-Version: 1 Content-Type: multipart/mixed; boundary="------------050304050106070301000307" List-Id: To: kvm-ia64@vger.kernel.org This is a multi-part message in MIME format. --------------050304050106070301000307 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, vti_vcpu_load() doesn't do anything, so lets get rid of it. Cheers, Jes --------------050304050106070301000307 Content-Type: text/x-patch; name="0003-kvm-ia64-remove-vti_vcpu_load.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="0003-kvm-ia64-remove-vti_vcpu_load.patch" Remove empty function vti_vcpu_load() Signed-off-by: Jes Sorensen --- arch/ia64/kvm/kvm-ia64.c | 5 ----- 1 file changed, 5 deletions(-) Index: linux-2.6.git/arch/ia64/kvm/kvm-ia64.c =================================================================== --- linux-2.6.git.orig/arch/ia64/kvm/kvm-ia64.c +++ linux-2.6.git/arch/ia64/kvm/kvm-ia64.c @@ -1045,10 +1045,6 @@ } } -static void vti_vcpu_load(struct kvm_vcpu *vcpu, int cpu) -{ -} - static int vti_init_vpd(struct kvm_vcpu *vcpu) { int i; @@ -1293,7 +1289,6 @@ vcpu->kvm = kvm; cpu = get_cpu(); - vti_vcpu_load(vcpu, cpu); r = vti_vcpu_setup(vcpu, id); put_cpu(); --------------050304050106070301000307--