Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/x86 Remove obsolete comment.



details:   https://anonhg.NetBSD.org/src/rev/21027dbd0ef9
branches:  trunk
changeset: 338470:21027dbd0ef9
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue May 26 16:08:01 2015 +0000

description:
Remove obsolete comment.

diffstat:

 sys/arch/x86/x86/intel_busclock.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r ecfbb60c683e -r 21027dbd0ef9 sys/arch/x86/x86/intel_busclock.c
--- a/sys/arch/x86/x86/intel_busclock.c Tue May 26 15:46:01 2015 +0000
+++ b/sys/arch/x86/x86/intel_busclock.c Tue May 26 16:08:01 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intel_busclock.c,v 1.21 2015/03/27 05:32:38 msaitoh Exp $      */
+/*     $NetBSD: intel_busclock.c,v 1.22 2015/05/26 16:08:01 msaitoh Exp $      */
 
 /*-
  * Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intel_busclock.c,v 1.21 2015/03/27 05:32:38 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intel_busclock.c,v 1.22 2015/05/26 16:08:01 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -102,8 +102,6 @@
                break;
        case 0xc: /* Core i7, Atom, model 1 */
                /*
-                * XXX (See also case 0xe)
-                * Some core i7 CPUs can report model 0xc.
                 * Newer CPUs will GP when attemping to access MSR_FSB_FREQ.
                 * In the long-term, use ACPI instead of all this.
                 */



Home | Main Index | Thread Index | Old Index