Module Name: src
Committed By: pooka
Date: Wed Apr 7 11:16:30 UTC 2010
Modified Files:
src/sys/arch/i386/i386: lock_stubs.S
Log Message:
Fix fmt'ing error in comment from rev 1.22.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/i386/i386/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/i386/i386/lock_stubs.S
diff -u src/sys/arch/i386/i386/lock_stubs.S:1.23 src/sys/arch/i386/i386/lock_stubs.S:1.24
--- src/sys/arch/i386/i386/lock_stubs.S:1.23 Fri Apr 24 17:45:40 2009
+++ src/sys/arch/i386/i386/lock_stubs.S Wed Apr 7 11:16:30 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: lock_stubs.S,v 1.23 2009/04/24 17:45:40 ad Exp $ */
+/* $NetBSD: lock_stubs.S,v 1.24 2010/04/07 11:16:30 pooka Exp $ */
/*-
* Copyright (c) 2006, 2007, 2008, 2009 The NetBSD Foundation, Inc.
@@ -30,12 +30,12 @@
*/
/*
- * Where possible we make * each routine fit into an assumed 64-byte cache
- * line. Please check * alignment with 'objdump -d' after making changes.
+ * Where possible we make each routine fit into an assumed 64-byte cache
+ * line. Please check alignment with 'objdump -d' after making changes.
*/
#include <machine/asm.h>
-__KERNEL_RCSID(0, "$NetBSD: lock_stubs.S,v 1.23 2009/04/24 17:45:40 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lock_stubs.S,v 1.24 2010/04/07 11:16:30 pooka Exp $");
#include "opt_lockdebug.h"