Wrong long lined comment
This commit is contained in:
parent
ff9e533ffb
commit
340a5db42f
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user