]> xenbits.xensource.com Git - legacy/linux-2.6.18-xen.git/commit
ia64, xencomm: fix XEN_SYSCTL_cpupool_op
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 13 Sep 2010 16:38:36 +0000 (17:38 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 13 Sep 2010 16:38:36 +0000 (17:38 +0100)
commitefdb8eba319a50db7a3ea794966785be7bc289ba
tree72d6b607f8e7028681a90c320a79a50f69a7a23b
parent9bc3c6887f1938159dd4a959a8ea90f88c713d22
ia64, xencomm: fix XEN_SYSCTL_cpupool_op

Because the cpumap member of struct xen_sysctl_cpupool_op is used only
when the operation is XEN_SYSCTL_CPUPOOL_OP_INFO or
XEN_SYSCTL_CPUPOOL_OP_FREEINFO, in case of others, xencomm_map to
cpumap fails, thus XEN_SYSCTL_cpupool_op fails.

Signed-off-by: KUWAMURA Shin'ya <kuwa@jp.fujitsu.com>
arch/ia64/xen/xcom_privcmd.c