[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 20/34] xen/common: cpupool: cpupool_unassign_cpu is only used internally
On 25.03.2014 17:55, Julien Grall wrote: Signed-off-by: Julien Grall <julien.grall@xxxxxxxxxx> Cc: Juergen Gross <juergen.gross@xxxxxxxxxxxxxx> Acked-by: Juergen Gross <juergen.gross@xxxxxxxxxxxxxx> --- xen/common/cpupool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- Juergen Gross Principal Developer Operating Systems PBG PDG ES&S SWE OS6 Telephone: +49 (0) 89 62060 2932 Fujitsu e-mail: juergen.gross@xxxxxxxxxxxxxx Mies-van-der-Rohe-Str. 8 Internet: ts.fujitsu.com D-80807 Muenchen Company details: ts.fujitsu.com/imprint.html _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |