diff options
author | esaxe <none@none> | 2007-01-17 18:01:29 -0800 |
---|---|---|
committer | esaxe <none@none> | 2007-01-17 18:01:29 -0800 |
commit | fb2f18f820d90b001aea4fb27dd654bc1263c440 (patch) | |
tree | 4b88b69e1244f360a85d70294a4498ecf57ca283 /usr/src/uts/intel/sys | |
parent | 9a7670889e9c36ec355371e6b02f2d9084f040dc (diff) | |
download | illumos-joyent-fb2f18f820d90b001aea4fb27dd654bc1263c440.tar.gz |
6461311 multi-level CMT scheduling optimizations
6509639 cpu0 is not in the right chip_t if its chipid is not zero
--HG--
rename : usr/src/uts/common/os/chip.c => deleted_files/usr/src/uts/common/os/chip.c
rename : usr/src/uts/common/sys/chip.h => deleted_files/usr/src/uts/common/sys/chip.h
Diffstat (limited to 'usr/src/uts/intel/sys')
-rw-r--r-- | usr/src/uts/intel/sys/x86_archext.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/uts/intel/sys/x86_archext.h b/usr/src/uts/intel/sys/x86_archext.h index cf76d4f237..af06a50a92 100644 --- a/usr/src/uts/intel/sys/x86_archext.h +++ b/usr/src/uts/intel/sys/x86_archext.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -531,6 +531,9 @@ extern uint_t cpuid_getmodel(struct cpu *); extern uint_t cpuid_getstep(struct cpu *); extern uint_t cpuid_get_ncpu_per_chip(struct cpu *); extern uint_t cpuid_get_ncore_per_chip(struct cpu *); +extern int cpuid_get_chipid(struct cpu *); +extern id_t cpuid_get_coreid(struct cpu *); +extern int cpuid_get_clogid(struct cpu *); extern int cpuid_is_cmt(struct cpu *); extern int cpuid_syscall32_insn(struct cpu *); extern int getl2cacheinfo(struct cpu *, int *, int *, int *); |