diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2013-10-07 16:55:34 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2013-10-07 16:55:34 +0000 |
| commit | faf8ff5faaea900ca06ff01f41ea61b9cdc07f93 (patch) | |
| tree | 12cfad5ad7d36b8c61b51ea3cb0789b1eddb011d /sys/dev/xen/control | |
| parent | 7ea82d6741969b89418a48fbf6ce2ff8b58ef110 (diff) | |
Notes
Diffstat (limited to 'sys/dev/xen/control')
| -rw-r--r-- | sys/dev/xen/control/control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/xen/control/control.c b/sys/dev/xen/control/control.c index a74042bf225b..a9f8d1b60974 100644 --- a/sys/dev/xen/control/control.c +++ b/sys/dev/xen/control/control.c @@ -371,6 +371,7 @@ xctrl_suspend() mtx_unlock(&Giant); #ifdef SMP + CPU_ZERO(&cpu_suspend_map); /* silence gcc */ if (smp_started) { /* * Suspend other CPUs. This prevents IPIs while we |
