From nobody@FreeBSD.org  Sat Mar 30 08:15:12 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 370EAF90
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 30 Mar 2013 08:15:12 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 2776A710
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 30 Mar 2013 08:15:12 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r2U8FB6X030045
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 30 Mar 2013 08:15:11 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r2U8FBBV030044;
	Sat, 30 Mar 2013 08:15:11 GMT
	(envelope-from nobody)
Message-Id: <201303300815.r2U8FBBV030044@red.freebsd.org>
Date: Sat, 30 Mar 2013 08:15:11 GMT
From: Hiren Panchasara <hiren.panchasara@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] [hwpmc] Improve a comment
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         177496
>Category:       kern
>Synopsis:       [patch] [hwpmc] Improve a comment
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 30 08:20:00 UTC 2013
>Closed-Date:    Sun Apr 14 03:27:46 UTC 2013
>Last-Modified:  Sun Apr 14 03:27:46 UTC 2013
>Originator:     Hiren Panchasara
>Release:        Freebsd-current
>Organization:
>Environment:
10.0-CURRENT FreeBSD 10.0-CURRENT #1 r248555: Wed Mar 20 15:00:20 UTC 2013
>Description:
Improve/correct/update a comment block.

We now support a lot more cpu types. Making the comment generic. 
>How-To-Repeat:

>Fix:
Index: sys/dev/hwpmc/hwpmc_core.c
===================================================================
--- sys/dev/hwpmc/hwpmc_core.c  (revision 248931)
+++ sys/dev/hwpmc/hwpmc_core.c  (working copy)
@@ -25,7 +25,7 @@
  */
 
 /*
- * Intel Core, Core 2 and Atom PMCs.
+ * Intel Core PMCs.
  */
 
 #include <sys/cdefs.h>


>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/177496: commit references a PR
Date: Sun, 14 Apr 2013 02:26:24 +0000 (UTC)

 Author: hiren
 Date: Sun Apr 14 02:26:12 2013
 New Revision: 249460
 URL: http://svnweb.freebsd.org/changeset/base/249460
 
 Log:
   Improve/correct a comment. We now support a lot more cpu types.
   
   PR:	kern/177496
   Approved by:	sbruno (mentor)
 
 Modified:
   head/sys/dev/hwpmc/hwpmc_core.c
 
 Modified: head/sys/dev/hwpmc/hwpmc_core.c
 ==============================================================================
 --- head/sys/dev/hwpmc/hwpmc_core.c	Sun Apr 14 01:22:39 2013	(r249459)
 +++ head/sys/dev/hwpmc/hwpmc_core.c	Sun Apr 14 02:26:12 2013	(r249460)
 @@ -25,7 +25,7 @@
   */
  
  /*
 - * Intel Core, Core 2 and Atom PMCs.
 + * Intel Core PMCs.
   */
  
  #include <sys/cdefs.h>
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: hiren 
State-Changed-When: Sun Apr 14 03:24:42 UTC 2013 
State-Changed-Why:  
Changes committed; closing the PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177496 
>Unformatted:
