From: Juergen Gross <juergen.gross@ts.fujitsu.com>
To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: [Patch] cpupool cleanup
Date: Tue, 25 May 2010 15:49:10 +0200 [thread overview]
Message-ID: <4BFBD556.5020701@ts.fujitsu.com> (raw)
[-- 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
reply other threads:[~2010-05-25 13:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4BFBD556.5020701@ts.fujitsu.com \
--to=juergen.gross@ts.fujitsu.com \
--cc=xen-devel@lists.xensource.com \
/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.