From faf8ff5faaea900ca06ff01f41ea61b9cdc07f93 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 7 Oct 2013 16:55:34 +0000 Subject: [PATCH] Initialize a variable in sys/dev/xen/control/control.c, to silence a gcc warning. Approved by: re (gjb) MFC after: 3 days --- sys/dev/xen/control/control.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/xen/control/control.c b/sys/dev/xen/control/control.c index a74042bf225..a9f8d1b6097 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