Module Name:    src
Committed By:   snj
Date:           Sat Feb 27 19:22:47 UTC 2010

Modified Files:
        src/sys/arch/mips/mips [matt-nb5-mips64]: lock_stubs.S

Log Message:
Fix whitespace in previous.


To generate a diff of this commit:
cvs rdiff -u -r1.9.18.8 -r1.9.18.9 src/sys/arch/mips/mips/lock_stubs.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/mips/mips/lock_stubs.S
diff -u src/sys/arch/mips/mips/lock_stubs.S:1.9.18.8 src/sys/arch/mips/mips/lock_stubs.S:1.9.18.9
--- src/sys/arch/mips/mips/lock_stubs.S:1.9.18.8	Sat Feb 27 19:22:03 2010
+++ src/sys/arch/mips/mips/lock_stubs.S	Sat Feb 27 19:22:47 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: lock_stubs.S,v 1.9.18.8 2010/02/27 19:22:03 snj Exp $	*/
+/*	$NetBSD: lock_stubs.S,v 1.9.18.9 2010/02/27 19:22:47 snj Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -241,7 +241,7 @@
 
 	/*
 	 * If the current IPL is less than the mutex's IPL, we need to raise
-         * our IPL to the mutex'es 
+	 * our IPL to the mutex'es 
 	 */
 	sltu	v1, ta1, ta0		# v1 = ta1 < ta0
 	beqz	v1, 1f
@@ -457,7 +457,7 @@
 
 	/*
 	 * If the current IPL is less than the mutex's IPL, we need to raise
-         * our IPL to the mutex'es 
+	 * our IPL to the mutex'es 
 	 */
 	sltu	a3, ta1, a0			# a3 = ta1 < a0
 	beqz	a3, 1f

Reply via email to