From 2850d85b7b93f31e578520dc3b3feb24db609c62 Mon Sep 17 00:00:00 2001 From: mv143129 Date: Mon, 7 Jan 2008 18:49:45 -0800 Subject: 6619224 Tick accounting needs to be made scalable --- usr/src/uts/common/sys/cpuvar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 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 */ -- cgit v1.2.3