virt: acrn: Make remove_cpu sysfs invisible with !CONFIG_HOTPLUG_CPU
authorShuo Liu <shuo.a.liu@intel.com>
Sun, 21 Feb 2021 13:43:39 +0000 (21:43 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:16:09 +0000 (09:16 +0100)
commite54b78886949e16301e8ac3cc4b2b43969bfe5fa
treedc53ba030dc738e31f686c3338b0dd8f60b96e7d
parent51f24030358bdeeb9e75a38618dd029c5a53beeb
virt: acrn: Make remove_cpu sysfs invisible with !CONFIG_HOTPLUG_CPU

Without cpu hotplug support, vCPU cannot be removed from a Service VM.
Don't expose remove_cpu sysfs when CONFIG_HOTPLUG_CPU disabled.

Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Qais Yousef <qais.yousef@arm.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested
Signed-off-by: Shuo Liu <shuo.a.liu@intel.com>
Link: https://lore.kernel.org/r/20210221134339.57851-2-shuo.a.liu@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/virt/acrn/hsm.c