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 Wrap a comment; add a space after a comma t...
details: https://anonhg.NetBSD.org/src/rev/b0bed7e74c67
branches: trunk
changeset: 751972:b0bed7e74c67
user: jym <jym%NetBSD.org@localhost>
date: Tue Feb 09 23:52:13 2010 +0000
description:
Wrap a comment; add a space after a comma to another (align with next line)
diffstat:
sys/arch/x86/x86/cpu.c | 10 +++++-----
sys/arch/x86/x86/x86_machdep.c | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (58 lines):
diff -r e151b2693cff -r b0bed7e74c67 sys/arch/x86/x86/cpu.c
--- a/sys/arch/x86/x86/cpu.c Tue Feb 09 23:47:10 2010 +0000
+++ b/sys/arch/x86/x86/cpu.c Tue Feb 09 23:52:13 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.67 2010/02/09 23:47:10 jym Exp $ */
+/* $NetBSD: cpu.c,v 1.68 2010/02/09 23:52:13 jym Exp $ */
/*-
* Copyright (c) 2000, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.67 2010/02/09 23:47:10 jym Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.68 2010/02/09 23:52:13 jym Exp $");
#include "opt_ddb.h"
#include "opt_mpbios.h" /* for MPDEBUG */
@@ -606,9 +606,9 @@
#endif
} else {
/*
- * Synchronize time stamp counters. Invalidate cache and do twice
- * to try and minimize possible cache effects. Disable interrupts
- * to try and rule out any external interference.
+ * Synchronize time stamp counters. Invalidate cache and do
+ * twice to try and minimize possible cache effects. Disable
+ * interrupts to try and rule out any external interference.
*/
psl = x86_read_psl();
x86_disable_intr();
diff -r e151b2693cff -r b0bed7e74c67 sys/arch/x86/x86/x86_machdep.c
--- a/sys/arch/x86/x86/x86_machdep.c Tue Feb 09 23:47:10 2010 +0000
+++ b/sys/arch/x86/x86/x86_machdep.c Tue Feb 09 23:52:13 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: x86_machdep.c,v 1.38 2010/01/09 22:54:00 cegger Exp $ */
+/* $NetBSD: x86_machdep.c,v 1.39 2010/02/09 23:52:13 jym Exp $ */
/*-
* Copyright (c) 2002, 2006, 2007 YAMAMOTO Takashi,
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: x86_machdep.c,v 1.38 2010/01/09 22:54:00 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: x86_machdep.c,v 1.39 2010/02/09 23:52:13 jym Exp $");
#include "opt_modular.h"
@@ -532,7 +532,7 @@
* Avoid Compatibility Holes.
* XXX Holes within memory space that allow access
* XXX to be directed to the PC-compatible frame buffer
- * XXX (0xa0000-0xbffff),to adapter ROM space
+ * XXX (0xa0000-0xbffff), to adapter ROM space
* XXX (0xc0000-0xdffff), and to system BIOS space
* XXX (0xe0000-0xfffff).
* XXX Some laptop(for example,Toshiba Satellite2550X)
Home |
Main Index |
Thread Index |
Old Index