diff options
author | mv143129 <none@none> | 2008-01-07 18:49:45 -0800 |
---|---|---|
committer | mv143129 <none@none> | 2008-01-07 18:49:45 -0800 |
commit | 2850d85b7b93f31e578520dc3b3feb24db609c62 (patch) | |
tree | 2a1994e9e8b17b58b251e608de8c1a449291ba8f /usr/src/uts/common/sys/cpuvar.h | |
parent | ca29f3da510ba7f712a40977b04aeceda9b70b95 (diff) | |
download | illumos-joyent-2850d85b7b93f31e578520dc3b3feb24db609c62.tar.gz |
6619224 Tick accounting needs to be made scalable
Diffstat (limited to 'usr/src/uts/common/sys/cpuvar.h')
-rw-r--r-- | usr/src/uts/common/sys/cpuvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/cpuvar.h b/usr/src/uts/common/sys/cpuvar.h index 4785796781..c7b76b32ea 100644 --- a/usr/src/uts/common/sys/cpuvar.h +++ b/usr/src/uts/common/sys/cpuvar.h @@ -20,7 +20,7 @@ */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -519,6 +519,7 @@ extern cpuset_t cpu_seqid_inuse; extern struct cpu *cpu[]; /* indexed by CPU number */ extern cpu_t *cpu_list; /* list of CPUs */ +extern cpu_t *cpu_active; /* list of active CPUs */ 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 */ |