Module Name:    src
Committed By:   jym
Date:           Tue Feb  9 23:52:14 UTC 2010

Modified Files:
        src/sys/arch/x86/x86: cpu.c x86_machdep.c

Log Message:
Wrap a comment; add a space after a comma to another (align with next line)


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/x86/x86/cpu.c
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/x86/x86/x86_machdep.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/cpu.c
diff -u src/sys/arch/x86/x86/cpu.c:1.67 src/sys/arch/x86/x86/cpu.c:1.68
--- src/sys/arch/x86/x86/cpu.c:1.67	Tue Feb  9 23:47:10 2010
+++ src/sys/arch/x86/x86/cpu.c	Tue Feb  9 23:52:13 2010
@@ -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();

Index: src/sys/arch/x86/x86/x86_machdep.c
diff -u src/sys/arch/x86/x86/x86_machdep.c:1.38 src/sys/arch/x86/x86/x86_machdep.c:1.39
--- src/sys/arch/x86/x86/x86_machdep.c:1.38	Sat Jan  9 22:54:00 2010
+++ src/sys/arch/x86/x86/x86_machdep.c	Tue Feb  9 23:52:13 2010
@@ -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)

Reply via email to