From 8d4e547db823a866b8f73efc0acdc423e2963caf Mon Sep 17 00:00:00 2001 From: ae112802 Date: Wed, 28 Feb 2007 16:33:41 -0800 Subject: 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 --- usr/src/lib/libcpc/common/libcpc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr/src/lib/libcpc') 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*/ -- cgit v1.2.3