Wrong long lined comment

This commit is contained in:
skrll 2019-01-21 07:46:20 +00:00
parent ff9e533ffb
commit 340a5db42f

View File

@ -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 *ci)
*
* 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.
*