summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/conf/param.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/conf/param.c')
-rw-r--r--usr/src/uts/common/conf/param.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/conf/param.c b/usr/src/uts/common/conf/param.c
index bb0cb4de1e..f13030b4cb 100644
--- a/usr/src/uts/common/conf/param.c
+++ b/usr/src/uts/common/conf/param.c
@@ -114,6 +114,7 @@ const unsigned int _maxslp = (unsigned int)MAXSLP;
const unsigned long _maxhandspreadpages = (unsigned long)MAXHANDSPREADPAGES;
const int _ncpu = (int)NCPU;
const int _ncpu_log2 = (int)NCPU_LOG2;
+const int _ncpu_p2 = (int)NCPU_P2;
const unsigned long _defaultstksz = (unsigned long)DEFAULTSTKSZ;
const unsigned int _nbpg = (unsigned int)MMU_PAGESIZE;