]> www.infradead.org Git - users/dwmw2/linux.git/commit
x86/xen/hvm: Get rid of DEAD_FROZEN handling
authorThomas Gleixner <tglx@linutronix.de>
Wed, 29 Mar 2023 16:47:55 +0000 (18:47 +0200)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Thu, 30 Mar 2023 12:27:06 +0000 (14:27 +0200)
commit88b89367d80f0dc2acc46647fa587ab4f4472a67
treec6c54cae689ad03aca5026d4fbf40475899d205c
parenta2ac3aefda991be03f1df960c9c8c7693872e51b
x86/xen/hvm: Get rid of DEAD_FROZEN handling

No point in this conditional voodoo. Un-initializing the lock mechanism is
safe to be called unconditionally even if it was already invoked when the
CPU died.

Remove the invocation of xen_smp_intr_free() as that has been already
cleaned up in xen_cpu_dead_hvm().

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/xen/enlighten_hvm.c