svn commit: r249460 - head/sys/dev/hwpmc

Hiren Panchasara hiren at FreeBSD.org
Sun Apr 14 02:26:12 UTC 2013


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>


More information about the svn-src-all mailing list