* [Patch] cpupool cleanup
@ 2010-05-25 13:49 Juergen Gross
0 siblings, 0 replies; only message in thread
From: Juergen Gross @ 2010-05-25 13:49 UTC (permalink / raw)
To: xen-devel@lists.xensource.com
[-- Attachment #1: Type: text/plain, Size: 455 bytes --]
Hi,
attached patch removes an unused prototype and a double trace entry call.
Juergen
--
Juergen Gross Principal Developer Operating Systems
TSP ES&S SWE OS6 Telephone: +49 (0) 89 3222 2967
Fujitsu Technology Solutions e-mail: juergen.gross@ts.fujitsu.com
Domagkstr. 28 Internet: ts.fujitsu.com
D-80807 Muenchen Company details: ts.fujitsu.com/imprint.html
[-- Attachment #2: pool-cleanup.patch --]
[-- Type: text/x-patch, Size: 1044 bytes --]
Signed-off-by: juergen.gross@ts.fujitsu.com
diff -r 93410e5e4ad8 xen/common/schedule.c
--- a/xen/common/schedule.c Sat May 22 06:36:41 2010 +0100
+++ b/xen/common/schedule.c Tue May 25 15:45:51 2010 +0200
@@ -1011,10 +1011,6 @@ static void schedule(void)
update_vcpu_system_time(next);
vcpu_periodic_timer_work(next);
- TRACE_4D(TRC_SCHED_SWITCH,
- prev->domain->domain_id, prev->vcpu_id,
- next->domain->domain_id, next->vcpu_id);
-
context_switch(prev, next);
}
diff -r 93410e5e4ad8 xen/include/xen/sched.h
--- a/xen/include/xen/sched.h Sat May 22 06:36:41 2010 +0100
+++ b/xen/include/xen/sched.h Tue May 25 15:45:51 2010 +0200
@@ -622,7 +622,6 @@ extern enum cpufreq_controller {
struct cpupool *cpupool_create(int poolid, char *sched);
int cpupool_destroy(struct cpupool *c);
-int cpupool_assign_ncpu(struct cpupool *c, int ncpu);
int cpupool_add_domain(struct domain *d, int poolid);
void cpupool_rm_domain(struct domain *d);
int cpupool_do_sysctl(struct xen_sysctl_cpupool_op *op);
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-25 13:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-25 13:49 [Patch] cpupool cleanup Juergen Gross
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.