summaryrefslogtreecommitdiffstats
path: root/sys/sys/smp.h
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2011-04-30 22:30:18 +0000
committerattilio <attilio@FreeBSD.org>2011-04-30 22:30:18 +0000
commitd0e06d02bc16b86afdae303a0b8a82812a55e8ac (patch)
tree4772046e2c0bb16bae1185d6731f46a473eaa0ea /sys/sys/smp.h
parente85c7466a34ad29d9301b09a555dfaa96f7c408c (diff)
downloadFreeBSD-src-d0e06d02bc16b86afdae303a0b8a82812a55e8ac.zip
FreeBSD-src-d0e06d02bc16b86afdae303a0b8a82812a55e8ac.tar.gz
idle_cpus_mask is just used in the SMP case and within sched_4BSD.
Declare appropriately.
Diffstat (limited to 'sys/sys/smp.h')
-rw-r--r--sys/sys/smp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/smp.h b/sys/sys/smp.h
index 6104d3e..544cb95 100644
--- a/sys/sys/smp.h
+++ b/sys/sys/smp.h
@@ -73,7 +73,6 @@ extern int smp_active;
extern int smp_cpus;
extern volatile cpumask_t started_cpus;
extern volatile cpumask_t stopped_cpus;
-extern cpumask_t idle_cpus_mask;
extern cpumask_t hlt_cpus_mask;
extern cpumask_t logical_cpus_mask;
#endif /* SMP */
OpenPOWER on IntegriCloud