From 06fb6a368cb1af862cff62b9a1fd89171e9ac63a Mon Sep 17 00:00:00 2001 From: dv142724 Date: Mon, 16 Jun 2008 06:29:27 -0700 Subject: 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. --- usr/src/uts/common/sys/cpuvar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/src/uts/common/sys/cpuvar.h') 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; -- cgit v1.2.3