diff options
author | wh31274 <none@none> | 2008-07-30 10:42:16 -0700 |
---|---|---|
committer | wh31274 <none@none> | 2008-07-30 10:42:16 -0700 |
commit | 31632b7349396ed48ad2afad7285d3b22935a30c (patch) | |
tree | f99bd0f98b59ea9cd62f3be89ca8c1a488f0eafd /usr/src | |
parent | b9ccdc5a0f0a722ae408b257a831b90011369316 (diff) | |
download | illumos-joyent-31632b7349396ed48ad2afad7285d3b22935a30c.tar.gz |
6719379 Add rsf_pmmi counter to SPARC Enterprise Mx000 CPC
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/sun4u/pcbe/opl_pcbe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/sun4u/pcbe/opl_pcbe.c b/usr/src/uts/sun4u/pcbe/opl_pcbe.c index daec7aced1..3bfdceb0a4 100644 --- a/usr/src/uts/sun4u/pcbe/opl_pcbe.c +++ b/usr/src/uts/sun4u/pcbe/opl_pcbe.c @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -231,6 +231,7 @@ static const struct nametable SPARC64_VI_names_u0[] = { {0x18, "thread_switch_all"}, {0x18, "only_this_thread_active"}, SPARC64_VI_EVENTS_comm_2, + {0x1b, "rsf_pmmi"}, {0x1d, "act_thread_suspend"}, {0x1e, "cse_window_empty"}, {0x1f, "inh_cmit_gpr_2write"}, |