summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/cpuvar.h
diff options
context:
space:
mode:
authordv142724 <none@none>2008-06-16 06:29:27 -0700
committerdv142724 <none@none>2008-06-16 06:29:27 -0700
commit06fb6a368cb1af862cff62b9a1fd89171e9ac63a (patch)
treef04b72bca55a432f2214c38ff61de9225dd979cc /usr/src/uts/common/sys/cpuvar.h
parent59f081ed215eb7d3fbf19cce3474b2987eaf3225 (diff)
downloadillumos-joyent-06fb6a368cb1af862cff62b9a1fd89171e9ac63a.tar.gz
6658818 The macro PCF_INDEX is incorrect
6666035 Lock contention for pcf_buckets impacting ISM creation times 6666045 The data structures pcc_info_t and hw_page_map_t need to be cached aligned.
Diffstat (limited to 'usr/src/uts/common/sys/cpuvar.h')
-rw-r--r--usr/src/uts/common/sys/cpuvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/cpuvar.h b/usr/src/uts/common/sys/cpuvar.h
index cd0d027866..5884d72789 100644
--- a/usr/src/uts/common/sys/cpuvar.h
+++ b/usr/src/uts/common/sys/cpuvar.h
@@ -524,6 +524,7 @@ extern int ncpus; /* number of CPUs present */
extern int ncpus_online; /* number of CPUs not quiesced */
extern int max_ncpus; /* max present before ncpus is known */
extern int boot_max_ncpus; /* like max_ncpus but for real */
+extern int boot_ncpus; /* # cpus present @ boot */
extern processorid_t max_cpuid; /* maximum CPU number */
extern struct cpu *cpu_inmotion; /* offline or partition move target */
extern cpu_t *clock_cpu_list;