diff options
author | dv142724 <none@none> | 2008-06-16 06:29:27 -0700 |
---|---|---|
committer | dv142724 <none@none> | 2008-06-16 06:29:27 -0700 |
commit | 06fb6a368cb1af862cff62b9a1fd89171e9ac63a (patch) | |
tree | f04b72bca55a432f2214c38ff61de9225dd979cc /usr/src/uts/common/os/cpu.c | |
parent | 59f081ed215eb7d3fbf19cce3474b2987eaf3225 (diff) | |
download | illumos-gate-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/os/cpu.c')
-rw-r--r-- | usr/src/uts/common/os/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/os/cpu.c b/usr/src/uts/common/os/cpu.c index a06b5fb189..4d332ea042 100644 --- a/usr/src/uts/common/os/cpu.c +++ b/usr/src/uts/common/os/cpu.c @@ -123,6 +123,7 @@ int max_ncpus = NCPU; * at device tree scan time during boot. */ int boot_max_ncpus = -1; +int boot_ncpus = -1; /* * Maximum possible CPU id. This can never be >= NCPU since NCPU is * used to size arrays that are indexed by CPU id. |