From owner-cvs-src-old@FreeBSD.ORG Sat Oct 24 01:58:28 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E45C91065698 for ; Sat, 24 Oct 2009 01:58:28 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B89868FC15 for ; Sat, 24 Oct 2009 01:58:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9O1wSOe007618 for ; Sat, 24 Oct 2009 01:58:28 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9O1wSQf007617 for cvs-src-old@freebsd.org; Sat, 24 Oct 2009 01:58:28 GMT (envelope-from jkoshy@repoman.freebsd.org) Message-Id: <200910240158.n9O1wSQf007617@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkoshy@repoman.freebsd.org using -f From: Joseph Koshy Date: Sat, 24 Oct 2009 01:58:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hwpmc hwpmc_core.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2009 01:58:29 -0000 jkoshy 2009-10-24 01:58:10 UTC FreeBSD src repository Modified files: sys/dev/hwpmc hwpmc_core.c Log: SVN rev 198432 on 2009-10-24 01:58:10Z by jkoshy Only claim that the PMC_CLASS_IAF PMCs are supported by a CPU if there are PMCs on the CPU that belong to the class. Review and testing by: fabient Revision Changes Path 1.7 +15 -5 src/sys/dev/hwpmc/hwpmc_core.c