[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] cpupool: cpupool_unassign_cpu is only used internally
commit 7b0e1a5913a506ee8194035af0317118d6258a05 Author: Julien Grall <julien.grall@xxxxxxxxxx> AuthorDate: Tue Apr 1 16:44:50 2014 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Tue Apr 1 16:44:50 2014 +0200 cpupool: cpupool_unassign_cpu is only used internally Signed-off-by: Julien Grall <julien.grall@xxxxxxxxxx> Acked-by: Juergen Gross <juergen.gross@xxxxxxxxxxxxxx> --- xen/common/cpupool.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xen/common/cpupool.c b/xen/common/cpupool.c index 933de78..4a0e569 100644 --- a/xen/common/cpupool.c +++ b/xen/common/cpupool.c @@ -307,7 +307,7 @@ out: * - last cpu and still active domains in cpupool * - cpu just being unplugged */ -int cpupool_unassign_cpu(struct cpupool *c, unsigned int cpu) +static int cpupool_unassign_cpu(struct cpupool *c, unsigned int cpu) { int work_cpu; int ret; -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |