Module Name: src
Committed By: skrll
Date: Mon Jan 21 07:46:20 UTC 2019
Modified Files:
src/sys/arch/arm/arm32: arm32_machdep.c
Log Message:
Wrong long lined comment
To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sys/arch/arm/arm32/arm32_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/arm/arm32/arm32_machdep.c
diff -u src/sys/arch/arm/arm32/arm32_machdep.c:1.125 src/sys/arch/arm/arm32/arm32_machdep.c:1.126
--- src/sys/arch/arm/arm32/arm32_machdep.c:1.125 Thu Jan 3 10:26:41 2019
+++ src/sys/arch/arm/arm32/arm32_machdep.c Mon Jan 21 07:46:20 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: arm32_machdep.c,v 1.125 2019/01/03 10:26:41 skrll Exp $ */
+/* $NetBSD: arm32_machdep.c,v 1.126 2019/01/21 07:46:20 skrll Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: arm32_machdep.c,v 1.125 2019/01/03 10:26:41 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: arm32_machdep.c,v 1.126 2019/01/21 07:46:20 skrll Exp $");
#include "opt_arm_debug.h"
#include "opt_arm_start.h"
@@ -716,8 +716,9 @@ cpu_uarea_alloc_idlelwp(struct cpu_info
*
* printf isn't available to us for a number of reasons.
*
- * - kprint_init has been called and printf will try to take locks which we can't
- * do just yet because bootstrap translation tables do not allowing caching.
+ * - kprint_init has been called and printf will try to take locks which we
+ * can't do just yet because bootstrap translation tables do not allowing
+ * caching.
*
* - kmutex(9) relies on curcpu which isn't setup yet.
*