Module Name: src Committed By: msaitoh Date: Wed Dec 18 03:20:19 UTC 2013
Modified Files: src/sys/arch/x86/x86: tsc.c Log Message: Fix comment. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/x86/x86/tsc.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/tsc.c diff -u src/sys/arch/x86/x86/tsc.c:1.35 src/sys/arch/x86/x86/tsc.c:1.36 --- src/sys/arch/x86/x86/tsc.c:1.35 Wed Dec 11 02:14:08 2013 +++ src/sys/arch/x86/x86/tsc.c Wed Dec 18 03:20:19 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: tsc.c,v 1.35 2013/12/11 02:14:08 msaitoh Exp $ */ +/* $NetBSD: tsc.c,v 1.36 2013/12/18 03:20:19 msaitoh Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tsc.c,v 1.35 2013/12/11 02:14:08 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tsc.c,v 1.36 2013/12/18 03:20:19 msaitoh Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -116,9 +116,9 @@ tsc_is_invariant(void) * http://lkml.org/lkml/2005/11/4/173 * * See Appendix E.4.7 CPUID Fn8000_0007_EDX Advanced Power - * Management Features, AMD64 Architecture ProgrammerVolume 3: - * General-Purpose and System Instructions. The check is - * done below. + * Management Features, AMD64 Architecture Programmer's + * Manual Volume 3: General-Purpose and System Instructions. + * The check is done below. */ }