diff options
| author | mh27603 <none@none> | 2007-08-16 16:52:20 -0700 |
|---|---|---|
| committer | mh27603 <none@none> | 2007-08-16 16:52:20 -0700 |
| commit | 68afbec1fabe0d352bb5ab4ed82c44b58ec651fb (patch) | |
| tree | 32317f52d74b2c7615c7cb023fc46bc7c5d40998 /usr/src/uts/common/sys/cpuvar.h | |
| parent | 8d483882aa3390058094b043f3d62187b5d1de03 (diff) | |
| download | illumos-joyent-68afbec1fabe0d352bb5ab4ed82c44b58ec651fb.tar.gz | |
6587576 cpu_info kstat is returning garbage in supported_frequencies_Hz
Diffstat (limited to 'usr/src/uts/common/sys/cpuvar.h')
| -rw-r--r-- | usr/src/uts/common/sys/cpuvar.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/cpuvar.h b/usr/src/uts/common/sys/cpuvar.h index ae73f769cf..21cbd94afd 100644 --- a/usr/src/uts/common/sys/cpuvar.h +++ b/usr/src/uts/common/sys/cpuvar.h @@ -643,6 +643,10 @@ void cpu_set_state(cpu_t *); /* record/timestamp current state */ int cpu_get_state(cpu_t *); /* get current cpu state */ const char *cpu_get_state_str(cpu_t *); /* get current cpu state as string */ + +void cpu_set_supp_freqs(cpu_t *, const char *); /* set the CPU supported */ + /* frequencies */ + int cpu_configure(int); int cpu_unconfigure(int); void cpu_destroy_bound_threads(cpu_t *cp); |
