Module Name: src
Committed By: skrll
Date: Thu Jan 20 19:51:54 UTC 2011
Modified Files:
src/sys/arch/hppa/hppa: lock_stubs.S
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hppa/hppa/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/hppa/hppa/lock_stubs.S
diff -u src/sys/arch/hppa/hppa/lock_stubs.S:1.16 src/sys/arch/hppa/hppa/lock_stubs.S:1.17
--- src/sys/arch/hppa/hppa/lock_stubs.S:1.16 Thu Jan 20 19:50:41 2011
+++ src/sys/arch/hppa/hppa/lock_stubs.S Thu Jan 20 19:51:54 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: lock_stubs.S,v 1.16 2011/01/20 19:50:41 skrll Exp $ */
+/* $NetBSD: lock_stubs.S,v 1.17 2011/01/20 19:51:54 skrll Exp $ */
/*-
* Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
@@ -121,7 +121,7 @@
stw %t2,0(%t3) /* %t3 is properly aligned */
sync
- /*
+ /*
* We have posted a read memory barrier so the check of mtx_waiters
* will happen in sequence. If it's set then trap into mutex_wakeup()
* to wake up any threads sleeping on the lock.