]> xenbits.xensource.com Git - xen.git/commit
x86/smpboot: Allow making an INIT IPI conditional
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 11 Jan 2021 15:54:38 +0000 (15:54 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 29 Jan 2021 11:59:54 +0000 (11:59 +0000)
commitf31029cc73d94dcfdf02c879176e8105d37643da
tree65e7aa8a1f672efdf857a0164bec09bebad5e7d8
parentdbfee5918cb8357b77dc6758d79cd100e1baeeaa
x86/smpboot: Allow making an INIT IPI conditional

A subsequent change is going to introduce SKINIT support, wherein the APs will
be already be in the wait-for-SIPI state, and an INIT must not be sent.

Introduce a send_INIT boolean, so we can control sending an INIT IPI
separately from sending SIPIs.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
xen/arch/x86/smpboot.c