x86/xen/pv: Pretend that it found SMP configuration
authorThomas Gleixner <tglx@linutronix.de>
Tue, 8 Aug 2023 22:03:49 +0000 (15:03 -0700)
committerDave Hansen <dave.hansen@linux.intel.com>
Wed, 9 Aug 2023 18:58:21 +0000 (11:58 -0700)
commit24889a3a5314f71e7bca586b607882d87c71799c
tree4d2c88fb02f310a1b3e0ddee6aabe703d3703a0d
parent81287ad65da5b82155f2eca03d81db5512802d16
x86/xen/pv: Pretend that it found SMP configuration

Unlike all other SMP configuration "parsers" XEN/PV does not set
smp_found_config which is inconsistent and prevents doing proper decision
logic based on this flag.

Make XEN/PV pretend that it found SMP configuration.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Tested-by: Michael Kelley <mikelley@microsoft.com>
Tested-by: Sohil Mehta <sohil.mehta@intel.com>
Tested-by: Juergen Gross <jgross@suse.com> # Xen PV (dom0 and unpriv. guest)
arch/x86/xen/smp_pv.c