diff options
author | ae112802 <none@none> | 2007-02-28 16:33:41 -0800 |
---|---|---|
committer | ae112802 <none@none> | 2007-02-28 16:33:41 -0800 |
commit | 8d4e547db823a866b8f73efc0acdc423e2963caf (patch) | |
tree | bf98c7d4faa98c05bb2e0776802cf49f49027bd4 /usr/src/lib/libcpc | |
parent | 02ca3e029e37aa98ac6717698bfdac6afe960932 (diff) | |
download | illumos-joyent-8d4e547db823a866b8f73efc0acdc423e2963caf.tar.gz |
6470504 Remove Niagara2 IDLE loop workaround
6481563 Add support for Niagara2 2.x SPARC performance counters
6481949 handle dynamic hpriv peformance counting using N2 2.0 PCR
6528668 move stick compare workaround to Niagara2 and generic CPU module
Diffstat (limited to 'usr/src/lib/libcpc')
-rw-r--r-- | usr/src/lib/libcpc/common/libcpc.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/lib/libcpc/common/libcpc.c b/usr/src/lib/libcpc/common/libcpc.c index bb18b2f090..058e163ccd 100644 --- a/usr/src/lib/libcpc/common/libcpc.c +++ b/usr/src/lib/libcpc/common/libcpc.c @@ -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. */ @@ -953,7 +953,8 @@ static const char *errstr[] = { "Invalid flags in a request\n", /* CPC_REQ_INVALID_FLAGS */ "Requests conflict with each other\n", /* CPC_CONFLICTING_REQS */ "Attribute requires the cpc_cpu privilege\n", /* CPC_ATTR_REQUIRES_PRIVILEGE */ -"Couldn't bind LWP to requested processor\n" /* CPC_PBIND_FAILED */ +"Couldn't bind LWP to requested processor\n", /* CPC_PBIND_FAILED */ +"Hypervisor event access denied\n" /* CPC_HV_NO_ACCESS */ }; /*VARARGS3*/ |