diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2016-04-05 00:10:07 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2016-04-05 00:10:07 +0000 |
| commit | b406166f664417f55f3c170dd2436837bee7e091 (patch) | |
| tree | d5d54f990f983a5714d533d2531a89f6c14663ff /sys/dev/xen/control | |
| parent | 2f9b9f9c7f137578b1038e80a2d149b6c4acb806 (diff) | |
Notes
Diffstat (limited to 'sys/dev/xen/control')
| -rw-r--r-- | sys/dev/xen/control/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xen/control/control.c b/sys/dev/xen/control/control.c index 6a351d831ec8..c7bd8c27b295 100644 --- a/sys/dev/xen/control/control.c +++ b/sys/dev/xen/control/control.c @@ -260,7 +260,7 @@ xctrl_suspend() #ifdef SMP /* Send an IPI_BITMAP in case there are pending bitmap IPIs. */ lapic_ipi_vectored(IPI_BITMAP_VECTOR, APIC_IPI_DEST_ALL); - if (smp_started && !CPU_EMPTY(&cpu_suspend_map)) { + if (!CPU_EMPTY(&cpu_suspend_map)) { /* * Now that event channels have been initialized, * resume CPUs. |
