Module Name: src Committed By: msaitoh Date: Tue May 26 16:08:01 UTC 2015
Modified Files: src/sys/arch/x86/x86: intel_busclock.c Log Message: Remove obsolete comment. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/x86/x86/intel_busclock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/x86/x86/intel_busclock.c diff -u src/sys/arch/x86/x86/intel_busclock.c:1.21 src/sys/arch/x86/x86/intel_busclock.c:1.22 --- src/sys/arch/x86/x86/intel_busclock.c:1.21 Fri Mar 27 05:32:38 2015 +++ src/sys/arch/x86/x86/intel_busclock.c Tue May 26 16:08:01 2015 @@ -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 @@ p3_get_bus_clock(struct cpu_info *ci) 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. */