From cf74e62b28857cc7cf88dd0a34d34df9a7e26fe8 Mon Sep 17 00:00:00 2001 From: mh27603 Date: Tue, 24 Jul 2007 11:50:08 -0700 Subject: 6584239 CPU power management additions to processor_info_t potentially break processor_info() consumers. --- usr/src/uts/common/sys/cpuvar.h | 3 +++ 1 file changed, 3 insertions(+) (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 b0493774e0..ae73f769cf 100644 --- a/usr/src/uts/common/sys/cpuvar.h +++ b/usr/src/uts/common/sys/cpuvar.h @@ -210,6 +210,9 @@ typedef struct cpu { struct cpu_physid *cpu_physid; /* physical associations */ + uint64_t cpu_curr_clock; /* current clock freq in Hz */ + char *cpu_supp_freqs; /* supported freqs in Hz */ + /* * New members must be added /before/ this member, as the CTF tools * rely on this being the last field before cpu_m, so they can -- cgit v1.2.3