From: Jes Sorensen <jes@sgi.com>
To: kvm-ia64@vger.kernel.org
Subject: [patch] remove empty function vti_vcpu_load()
Date: Thu, 16 Apr 2009 09:24:58 +0000 [thread overview]
Message-ID: <49E6F96A.5070304@sgi.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 79 bytes --]
Hi,
vti_vcpu_load() doesn't do anything, so lets get rid of it.
Cheers,
Jes
[-- Attachment #2: 0003-kvm-ia64-remove-vti_vcpu_load.patch --]
[-- Type: text/x-patch, Size: 659 bytes --]
Remove empty function vti_vcpu_load()
Signed-off-by: Jes Sorensen <jes@sgi.com>
---
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();
next reply other threads:[~2009-04-16 9:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-16 9:24 Jes Sorensen [this message]
2009-04-16 9:42 ` [patch] remove empty function vti_vcpu_load() Zhang, Xiantao
2009-04-16 13:12 ` Avi Kivity
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49E6F96A.5070304@sgi.com \
--to=jes@sgi.com \
--cc=kvm-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.