diff options
author | vb70745 <none@none> | 2005-10-06 18:59:00 -0700 |
---|---|---|
committer | vb70745 <none@none> | 2005-10-06 18:59:00 -0700 |
commit | 23961e2ba54bde2ae83edb46c7c951bf9baa6496 (patch) | |
tree | 04c3b6dd59d721af7d2353dd323d50f0cb868e37 /usr/src/lib/libcpc/common/libcpc_impl.h | |
parent | ee3b814490bf60adadacc0afd59cb5cb8f93e255 (diff) | |
download | illumos-gate-23961e2ba54bde2ae83edb46c7c951bf9baa6496.tar.gz |
6293502 US4+ (panther) cpu not in ultra_conf.c, libcpc calls cpc_getcpuver misreport, cpc_getcpuref fails
Diffstat (limited to 'usr/src/lib/libcpc/common/libcpc_impl.h')
-rw-r--r-- | usr/src/lib/libcpc/common/libcpc_impl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/lib/libcpc/common/libcpc_impl.h b/usr/src/lib/libcpc/common/libcpc_impl.h index 401b7e327a..d0ec83fd45 100644 --- a/usr/src/lib/libcpc/common/libcpc_impl.h +++ b/usr/src/lib/libcpc/common/libcpc_impl.h @@ -20,7 +20,7 @@ * CDDL HEADER END */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -163,6 +163,7 @@ extern cpc_set_t *__cpc_eventtoset(cpc_t *cpc, cpc_event_t *event, int flags); #define CPC_ULTRA3 1002 #define CPC_ULTRA3_PLUS 1003 #define CPC_ULTRA3_I 1004 +#define CPC_ULTRA4_PLUS 1005 #define CPC_PENTIUM 2000 #define CPC_PENTIUM_MMX 2001 @@ -186,7 +187,7 @@ extern cpc_set_t *__cpc_eventtoset(cpc_t *cpc, cpc_event_t *event, int flags); #if defined(__sparc) /* - * UltraSPARC I, II and III processors + * UltraSPARC I, II, III and IV processors * * The performance counters on these processors allow up to two 32-bit * performance events to be captured simultaneously from a selection |