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 Fix comment.
details: https://anonhg.NetBSD.org/src/rev/9083923296fd
branches: trunk
changeset: 325317:9083923296fd
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Dec 18 03:20:19 2013 +0000
description:
Fix comment.
diffstat:
sys/arch/x86/x86/tsc.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (31 lines):
diff -r ad497410f1e9 -r 9083923296fd sys/arch/x86/x86/tsc.c
--- a/sys/arch/x86/x86/tsc.c Wed Dec 18 03:20:09 2013 +0000
+++ b/sys/arch/x86/x86/tsc.c Wed Dec 18 03:20:19 2013 +0000
@@ -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 @@
* 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.
*/
}
Home |
Main Index |
Thread Index |
Old Index