Module Name:    src
Committed By:   skrll
Date:           Thu May  7 06:41:19 UTC 2009

Modified Files:
        src/sys/arch/hp700/hp700: locore.S

Log Message:
Wrap some wide comments.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/hp700/hp700/locore.S

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/hp700/hp700/locore.S
diff -u src/sys/arch/hp700/hp700/locore.S:1.31 src/sys/arch/hp700/hp700/locore.S:1.32
--- src/sys/arch/hp700/hp700/locore.S:1.31	Thu Apr 30 07:01:26 2009
+++ src/sys/arch/hp700/hp700/locore.S	Thu May  7 06:41:19 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.S,v 1.31 2009/04/30 07:01:26 skrll Exp $	*/
+/*	$NetBSD: locore.S,v 1.32 2009/05/07 06:41:19 skrll Exp $	*/
 /*	$OpenBSD: locore.S,v 1.158 2008/07/28 19:08:46 miod Exp $	*/
 
 /*
@@ -211,7 +211,10 @@
 	ldil	L%esym,%r1
 	stw	%arg3,R%esym(%r1)
 
-	/* Put page aligned %arg3 into %t3. It is the start of available memory. */
+	/*
+	 * Put page aligned %arg3 into %t3. It is the start of available
+	 * memory.
+	 */
 	ldo	NBPG-1(%arg3), %t3
 	dep	%r0, 31, PGSHIFT, %t3
 
@@ -253,8 +256,8 @@
 	/*
 	 * Setup various pointers.
 	 *
-	 * First free memory is %t3 plus normal U space. The last page of USPACE
-	 * is the redzone if DIAGNOSTIC (see param.h).
+	 * First free memory is %t3 plus normal U space. The last page of
+	 * USPACE is the redzone if DIAGNOSTIC (see param.h).
 	 */
 	ldil	L%USPACE, %r4
 	add	%t3, %r4, %r4

Reply via email to