Wrap a long comment
This commit is contained in:
parent
b1c40cfb87
commit
ec64646830
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: arm32_boot.c,v 1.39 2020/07/10 12:25:09 skrll Exp $ */
|
||||
/* $NetBSD: arm32_boot.c,v 1.40 2020/09/11 06:40:25 skrll Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2002, 2003, 2005 Genetec Corporation. All rights reserved.
|
||||
|
@ -122,7 +122,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(1, "$NetBSD: arm32_boot.c,v 1.39 2020/07/10 12:25:09 skrll Exp $");
|
||||
__KERNEL_RCSID(1, "$NetBSD: arm32_boot.c,v 1.40 2020/09/11 06:40:25 skrll Exp $");
|
||||
|
||||
#include "opt_arm_debug.h"
|
||||
#include "opt_cputypes.h"
|
||||
|
@ -293,7 +293,10 @@ initarm_common(vaddr_t kvm_base, vsize_t kvm_size,
|
|||
}
|
||||
}
|
||||
|
||||
/* Boot strap pmap telling it where the managed kernel virtual memory is */
|
||||
/*
|
||||
* Bootstrap pmap telling it where the managed kernel virtual memory
|
||||
* is.
|
||||
*/
|
||||
VPRINTF("pmap ");
|
||||
pmap_bootstrap(kvm_base, kvm_base + kvm_size);
|
||||
|
||||
|
|
Loading…
Reference in New Issue