public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove redundant alloc_vmcs_cpu declaration
@ 2007-07-31 10:46 Rusty Russell
       [not found] ` <1185878772.6131.104.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Rusty Russell @ 2007-07-31 10:46 UTC (permalink / raw)
  To: kvm-devel

alloc_vmcs_cpu is already declared (static) above, no need to
redeclare.

Signed-off-by: Rusty Russell <rusty-8n+1lVoiYb80n/F98K4Iww@public.gmane.org>

diff -r 12049042a59e drivers/kvm/vmx.c
--- a/drivers/kvm/vmx.c	Mon Jul 23 11:16:17 2007 +1000
+++ b/drivers/kvm/vmx.c	Mon Jul 23 11:35:39 2007 +1000
@@ -816,8 +816,6 @@ static void free_kvm_area(void)
 	for_each_online_cpu(cpu)
 		free_vmcs(per_cpu(vmxarea, cpu));
 }
-
-extern struct vmcs *alloc_vmcs_cpu(int cpu);
 
 static __init int alloc_kvm_area(void)
 {



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-31 14:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-31 10:46 [PATCH] Remove redundant alloc_vmcs_cpu declaration Rusty Russell
     [not found] ` <1185878772.6131.104.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2007-07-31 14:36   ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox