[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 20/34] xen/common: cpupool: cpupool_unassign_cpu is only used internally
Signed-off-by: Julien Grall <julien.grall@xxxxxxxxxx> Cc: 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; -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |