Fix a commit

This commit is contained in:
skrll 2018-10-28 14:30:30 +00:00
parent 2c044026a6
commit 1a10dff6b6
30 changed files with 88 additions and 88 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rpc_machdep.c,v 1.91 2016/12/22 14:47:53 cherry Exp $ */ /* $NetBSD: rpc_machdep.c,v 1.92 2018/10/28 14:30:30 skrll Exp $ */
/* /*
* Copyright (c) 2000-2002 Reinoud Zandijk. * Copyright (c) 2000-2002 Reinoud Zandijk.
@ -55,7 +55,7 @@
#include <sys/param.h> #include <sys/param.h>
__KERNEL_RCSID(0, "$NetBSD: rpc_machdep.c,v 1.91 2016/12/22 14:47:53 cherry Exp $"); __KERNEL_RCSID(0, "$NetBSD: rpc_machdep.c,v 1.92 2018/10/28 14:30:30 skrll Exp $");
#include <sys/systm.h> #include <sys/systm.h>
#include <sys/kernel.h> #include <sys/kernel.h>
@ -947,7 +947,7 @@ initarm(void *cookie)
} }
} }
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: eb7500atx_machdep.c,v 1.29 2016/12/22 14:47:53 cherry Exp $ */ /* $NetBSD: eb7500atx_machdep.c,v 1.30 2018/10/28 14:30:30 skrll Exp $ */
/* /*
* Copyright (c) 2000-2002 Reinoud Zandijk. * Copyright (c) 2000-2002 Reinoud Zandijk.
@ -55,7 +55,7 @@
#include <sys/param.h> #include <sys/param.h>
__KERNEL_RCSID(0, "$NetBSD: eb7500atx_machdep.c,v 1.29 2016/12/22 14:47:53 cherry Exp $"); __KERNEL_RCSID(0, "$NetBSD: eb7500atx_machdep.c,v 1.30 2018/10/28 14:30:30 skrll Exp $");
#include <sys/systm.h> #include <sys/systm.h>
#include <sys/kernel.h> #include <sys/kernel.h>
@ -879,7 +879,7 @@ initarm(void *cookie)
atop(start), atop(end), VM_FREELIST_DEFAULT); atop(start), atop(end), VM_FREELIST_DEFAULT);
} }
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: arm32_boot.c,v 1.25 2018/10/18 16:44:36 skrll Exp $ */ /* $NetBSD: arm32_boot.c,v 1.26 2018/10/28 14:30:30 skrll Exp $ */
/* /*
* Copyright (c) 2002, 2003, 2005 Genetec Corporation. All rights reserved. * Copyright (c) 2002, 2003, 2005 Genetec Corporation. All rights reserved.
@ -122,7 +122,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(1, "$NetBSD: arm32_boot.c,v 1.25 2018/10/18 16:44:36 skrll Exp $"); __KERNEL_RCSID(1, "$NetBSD: arm32_boot.c,v 1.26 2018/10/28 14:30:30 skrll Exp $");
#include "opt_arm_debug.h" #include "opt_arm_debug.h"
#include "opt_cputypes.h" #include "opt_cputypes.h"
@ -294,7 +294,7 @@ initarm_common(vaddr_t kvm_base, vsize_t kvm_size,
} }
} }
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where the managed kernel virtual memory is */
VPRINTF("pmap "); VPRINTF("pmap ");
pmap_bootstrap(kvm_base, kvm_base + kvm_size); pmap_bootstrap(kvm_base, kvm_base + kvm_size);

View File

@ -1,4 +1,4 @@
/* $NetBSD: at91bus.c,v 1.22 2018/09/21 12:04:06 skrll Exp $ */ /* $NetBSD: at91bus.c,v 1.23 2018/10/28 14:30:30 skrll Exp $ */
/* /*
* Copyright (c) 2007 Embedtronics Oy * Copyright (c) 2007 Embedtronics Oy
@ -27,7 +27,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: at91bus.c,v 1.22 2018/09/21 12:04:06 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: at91bus.c,v 1.23 2018/10/28 14:30:30 skrll Exp $");
#include "opt_arm_debug.h" #include "opt_arm_debug.h"
#include "opt_console.h" #include "opt_console.h"
@ -517,7 +517,7 @@ at91bus_setup(BootConfig *mem)
atop(physical_start), atop(physical_freeend_low), atop(physical_start), atop(physical_freeend_low),
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.6 2018/09/03 16:29:24 riastradh Exp $ */ /* $NetBSD: machdep.c,v 1.7 2018/10/28 14:30:31 skrll Exp $ */
/* /*
* Copyright (c) 2012, 2013 KIYOHARA Takashi * Copyright (c) 2012, 2013 KIYOHARA Takashi
* All rights reserved. * All rights reserved.
@ -26,7 +26,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.6 2018/09/03 16:29:24 riastradh Exp $"); __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.7 2018/10/28 14:30:31 skrll Exp $");
#include "clpscom.h" #include "clpscom.h"
#include "clpslcd.h" #include "clpslcd.h"
@ -463,7 +463,7 @@ initarm(void *arg)
physical_end = start + size; physical_end = start + size;
} }
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);
#ifdef __HAVE_MEMORY_DISK__ #ifdef __HAVE_MEMORY_DISK__

View File

@ -1,4 +1,4 @@
/* $NetBSD: brh_machdep.c,v 1.46 2018/09/21 12:04:07 skrll Exp $ */ /* $NetBSD: brh_machdep.c,v 1.47 2018/10/28 14:30:31 skrll Exp $ */
/* /*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc. * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -73,7 +73,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: brh_machdep.c,v 1.46 2018/09/21 12:04:07 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: brh_machdep.c,v 1.47 2018/10/28 14:30:31 skrll Exp $");
#include "opt_arm_debug.h" #include "opt_arm_debug.h"
#include "opt_console.h" #include "opt_console.h"
@ -764,7 +764,7 @@ initarm(void *arg)
atop(physical_freestart), atop(physical_freeend), atop(physical_freestart), atop(physical_freeend),
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where the managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: armadillo9_machdep.c,v 1.31 2018/09/21 12:04:08 skrll Exp $ */ /* $NetBSD: armadillo9_machdep.c,v 1.32 2018/10/28 14:30:31 skrll Exp $ */
/* /*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc. * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -110,7 +110,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: armadillo9_machdep.c,v 1.31 2018/09/21 12:04:08 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: armadillo9_machdep.c,v 1.32 2018/10/28 14:30:31 skrll Exp $");
#include "opt_arm_debug.h" #include "opt_arm_debug.h"
#include "opt_console.h" #include "opt_console.h"
@ -832,7 +832,7 @@ initarm(void *arg)
physmem += bootconfig.dram[loop].pages; physmem += bootconfig.dram[loop].pages;
} }
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: g42xxeb_machdep.c,v 1.32 2018/09/21 12:04:08 skrll Exp $ */ /* $NetBSD: g42xxeb_machdep.c,v 1.33 2018/10/28 14:30:31 skrll Exp $ */
/* /*
* Copyright (c) 2002, 2003, 2004, 2005 Genetec Corporation. * Copyright (c) 2002, 2003, 2004, 2005 Genetec Corporation.
@ -835,7 +835,7 @@ initarm(void *arg)
atop(physical_freestart), atop(physical_freeend), atop(physical_freestart), atop(physical_freeend),
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: gemini_machdep.c,v 1.28 2018/09/21 12:04:08 skrll Exp $ */ /* $NetBSD: gemini_machdep.c,v 1.29 2018/10/28 14:30:31 skrll Exp $ */
/* adapted from: /* adapted from:
* NetBSD: sdp24xx_machdep.c,v 1.4 2008/08/27 11:03:10 matt Exp * NetBSD: sdp24xx_machdep.c,v 1.4 2008/08/27 11:03:10 matt Exp
@ -129,7 +129,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: gemini_machdep.c,v 1.28 2018/09/21 12:04:08 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: gemini_machdep.c,v 1.29 2018/10/28 14:30:31 skrll Exp $");
#include "opt_arm_debug.h" #include "opt_arm_debug.h"
#include "opt_console.h" #include "opt_console.h"
@ -725,7 +725,7 @@ initarm(void *arg)
atop(GEMINI_DRAM_BASE), atop(KERNEL_BASE_phys), atop(GEMINI_DRAM_BASE), atop(KERNEL_BASE_phys),
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: hdlg_machdep.c,v 1.25 2018/09/21 12:04:08 skrll Exp $ */ /* $NetBSD: hdlg_machdep.c,v 1.26 2018/10/28 14:30:31 skrll Exp $ */
/* /*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc. * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -73,7 +73,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hdlg_machdep.c,v 1.25 2018/09/21 12:04:08 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: hdlg_machdep.c,v 1.26 2018/10/28 14:30:31 skrll Exp $");
#include "opt_arm_debug.h" #include "opt_arm_debug.h"
#include "opt_console.h" #include "opt_console.h"
@ -602,7 +602,7 @@ initarm(void *arg)
atop(physical_freestart), atop(physical_freeend), atop(physical_freestart), atop(physical_freeend),
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: imx31lk_machdep.c,v 1.23 2018/09/21 12:04:08 skrll Exp $ */ /* $NetBSD: imx31lk_machdep.c,v 1.24 2018/10/28 14:30:31 skrll Exp $ */
/* /*
* Startup routines for the ZOOM iMX31 LITEKIT. * Startup routines for the ZOOM iMX31 LITEKIT.
@ -110,7 +110,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: imx31lk_machdep.c,v 1.23 2018/09/21 12:04:08 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: imx31lk_machdep.c,v 1.24 2018/10/28 14:30:31 skrll Exp $");
#include "opt_arm_debug.h" #include "opt_arm_debug.h"
#include "opt_console.h" #include "opt_console.h"
@ -698,7 +698,7 @@ printf("%s: textsize %#lx, totalsize %#lx\n",
atop(physical_freestart), atop(physical_freeend), atop(physical_freestart), atop(physical_freeend),
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
printf("pmap "); printf("pmap ");
pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);

View File

@ -1,4 +1,4 @@
/* $NetBSD: iq80310_machdep.c,v 1.88 2018/09/21 12:04:09 skrll Exp $ */ /* $NetBSD: iq80310_machdep.c,v 1.89 2018/10/28 14:30:31 skrll Exp $ */
/* /*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc. * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -73,7 +73,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iq80310_machdep.c,v 1.88 2018/09/21 12:04:09 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: iq80310_machdep.c,v 1.89 2018/10/28 14:30:31 skrll Exp $");
#include "opt_arm_debug.h" #include "opt_arm_debug.h"
#include "opt_console.h" #include "opt_console.h"
@ -724,7 +724,7 @@ initarm(void *arg)
atop(physical_freestart), atop(physical_freeend), atop(physical_freestart), atop(physical_freeend),
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: iq80321_machdep.c,v 1.58 2018/09/21 12:04:09 skrll Exp $ */ /* $NetBSD: iq80321_machdep.c,v 1.59 2018/10/28 14:30:31 skrll Exp $ */
/* /*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc. * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -73,7 +73,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iq80321_machdep.c,v 1.58 2018/09/21 12:04:09 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: iq80321_machdep.c,v 1.59 2018/10/28 14:30:31 skrll Exp $");
#include "opt_console.h" #include "opt_console.h"
#include "opt_ddb.h" #include "opt_ddb.h"
@ -748,7 +748,7 @@ initarm(void *arg)
atop(physical_freestart), atop(physical_freeend), atop(physical_freestart), atop(physical_freeend),
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: ixdp425_machdep.c,v 1.40 2018/09/21 12:04:09 skrll Exp $ */ /* $NetBSD: ixdp425_machdep.c,v 1.41 2018/10/28 14:30:31 skrll Exp $ */
/* /*
* Copyright (c) 2003 * Copyright (c) 2003
* Ichiro FUKUHARA <ichiro@ichiro.org>. * Ichiro FUKUHARA <ichiro@ichiro.org>.
@ -64,7 +64,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ixdp425_machdep.c,v 1.40 2018/09/21 12:04:09 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: ixdp425_machdep.c,v 1.41 2018/10/28 14:30:31 skrll Exp $");
#include "opt_arm_debug.h" #include "opt_arm_debug.h"
#include "opt_console.h" #include "opt_console.h"
@ -716,7 +716,7 @@ initarm(void *arg)
atop(physical_freestart), atop(physical_freeend), atop(physical_freestart), atop(physical_freeend),
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: ixm1200_machdep.c,v 1.60 2018/09/21 12:04:09 skrll Exp $ */ /* $NetBSD: ixm1200_machdep.c,v 1.61 2018/10/28 14:30:31 skrll Exp $ */
/* /*
* Copyright (c) 2002, 2003 * Copyright (c) 2002, 2003
@ -61,7 +61,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ixm1200_machdep.c,v 1.60 2018/09/21 12:04:09 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: ixm1200_machdep.c,v 1.61 2018/10/28 14:30:31 skrll Exp $");
#include "opt_arm_debug.h" #include "opt_arm_debug.h"
#include "opt_console.h" #include "opt_console.h"
@ -679,7 +679,7 @@ initarm(void *arg)
atop(physical_freestart), atop(physical_freeend), atop(physical_freestart), atop(physical_freeend),
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: lubbock_machdep.c,v 1.36 2018/09/21 12:04:09 skrll Exp $ */ /* $NetBSD: lubbock_machdep.c,v 1.37 2018/10/28 14:30:32 skrll Exp $ */
/* /*
* Copyright (c) 2002, 2003, 2005 Genetec Corporation. All rights reserved. * Copyright (c) 2002, 2003, 2005 Genetec Corporation. All rights reserved.
@ -112,7 +112,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: lubbock_machdep.c,v 1.36 2018/09/21 12:04:09 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: lubbock_machdep.c,v 1.37 2018/10/28 14:30:32 skrll Exp $");
#include "opt_arm_debug.h" #include "opt_arm_debug.h"
#include "opt_console.h" #include "opt_console.h"
@ -906,7 +906,7 @@ initarm(void *arg)
atop(physical_freestart), atop(physical_freeend), atop(physical_freestart), atop(physical_freeend),
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
printf("pmap "); printf("pmap ");
LEDSTEP(); LEDSTEP();
pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);

View File

@ -131,7 +131,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mini2440_machdep.c,v 1.12 2018/09/21 12:04:09 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: mini2440_machdep.c,v 1.13 2018/10/28 14:30:32 skrll Exp $");
#include "opt_arm_debug.h" #include "opt_arm_debug.h"
#include "opt_console.h" #include "opt_console.h"
@ -897,7 +897,7 @@ initarm(void *arg)
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: npwr_fc_machdep.c,v 1.23 2018/09/21 12:04:10 skrll Exp $ */ /* $NetBSD: npwr_fc_machdep.c,v 1.24 2018/10/28 14:30:32 skrll Exp $ */
/* /*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc. * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -73,7 +73,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: npwr_fc_machdep.c,v 1.23 2018/09/21 12:04:10 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: npwr_fc_machdep.c,v 1.24 2018/10/28 14:30:32 skrll Exp $");
#include "opt_arm_debug.h" #include "opt_arm_debug.h"
#include "opt_console.h" #include "opt_console.h"
@ -719,7 +719,7 @@ initarm(void *arg)
atop(physical_freestart), atop(physical_freeend), atop(physical_freestart), atop(physical_freeend),
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: nslu2_machdep.c,v 1.29 2018/09/21 12:04:10 skrll Exp $ */ /* $NetBSD: nslu2_machdep.c,v 1.30 2018/10/28 14:30:32 skrll Exp $ */
/*- /*-
* Copyright (c) 2006 The NetBSD Foundation, Inc. * Copyright (c) 2006 The NetBSD Foundation, Inc.
@ -94,7 +94,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nslu2_machdep.c,v 1.29 2018/09/21 12:04:10 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: nslu2_machdep.c,v 1.30 2018/10/28 14:30:32 skrll Exp $");
#include "opt_arm_debug.h" #include "opt_arm_debug.h"
#include "opt_console.h" #include "opt_console.h"
@ -784,7 +784,7 @@ initarm(void *arg)
atop(physical_freestart), atop(physical_freeend), atop(physical_freestart), atop(physical_freeend),
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: osk5912_machdep.c,v 1.19 2018/09/21 12:04:10 skrll Exp $ */ /* $NetBSD: osk5912_machdep.c,v 1.20 2018/10/28 14:30:32 skrll Exp $ */
/* /*
* Machine dependent functions for kernel setup for TI OSK5912 board. * Machine dependent functions for kernel setup for TI OSK5912 board.
@ -99,7 +99,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: osk5912_machdep.c,v 1.19 2018/09/21 12:04:10 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: osk5912_machdep.c,v 1.20 2018/10/28 14:30:32 skrll Exp $");
#include "opt_arm_debug.h" #include "opt_arm_debug.h"
#include "opt_console.h" #include "opt_console.h"
@ -454,7 +454,7 @@ initarm(void *arg)
atop(physical_freestart), atop(physical_freeend), atop(physical_freestart), atop(physical_freeend),
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: smdk2410_machdep.c,v 1.38 2018/09/21 12:04:10 skrll Exp $ */ /* $NetBSD: smdk2410_machdep.c,v 1.39 2018/10/28 14:30:32 skrll Exp $ */
/* /*
* Copyright (c) 2002, 2003 Fujitsu Component Limited * Copyright (c) 2002, 2003 Fujitsu Component Limited
@ -105,7 +105,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: smdk2410_machdep.c,v 1.38 2018/09/21 12:04:10 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: smdk2410_machdep.c,v 1.39 2018/10/28 14:30:32 skrll Exp $");
#include "opt_arm_debug.h" #include "opt_arm_debug.h"
#include "opt_console.h" #include "opt_console.h"
@ -852,7 +852,7 @@ initarm(void *arg)
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
LEDSTEP(); LEDSTEP();
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: smdk2800_machdep.c,v 1.44 2018/09/21 12:04:10 skrll Exp $ */ /* $NetBSD: smdk2800_machdep.c,v 1.45 2018/10/28 14:30:32 skrll Exp $ */
/* /*
* Copyright (c) 2002, 2003, 2005 Fujitsu Component Limited * Copyright (c) 2002, 2003, 2005 Fujitsu Component Limited
@ -106,7 +106,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: smdk2800_machdep.c,v 1.44 2018/09/21 12:04:10 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: smdk2800_machdep.c,v 1.45 2018/10/28 14:30:32 skrll Exp $");
#include "opt_ddb.h" #include "opt_ddb.h"
#include "opt_console.h" #include "opt_console.h"
@ -768,7 +768,7 @@ initarm(void *arg)
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
LEDSTEP(); LEDSTEP();
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: sdp24xx_machdep.c,v 1.22 2018/09/21 12:04:10 skrll Exp $ */ /* $NetBSD: sdp24xx_machdep.c,v 1.23 2018/10/28 14:30:32 skrll Exp $ */
/* /*
* Machine dependent functions for kernel setup for TI OSK5912 board. * Machine dependent functions for kernel setup for TI OSK5912 board.
@ -125,7 +125,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sdp24xx_machdep.c,v 1.22 2018/09/21 12:04:10 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: sdp24xx_machdep.c,v 1.23 2018/10/28 14:30:32 skrll Exp $");
#include "opt_arm_debug.h" #include "opt_arm_debug.h"
#include "opt_console.h" #include "opt_console.h"
@ -544,7 +544,7 @@ initarm(void *arg)
atop(physical_freestart), atop(physical_freeend), atop(physical_freestart), atop(physical_freeend),
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: tsarm_machdep.c,v 1.26 2018/09/21 12:04:10 skrll Exp $ */ /* $NetBSD: tsarm_machdep.c,v 1.27 2018/10/28 14:30:32 skrll Exp $ */
/* /*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc. * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -73,7 +73,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: tsarm_machdep.c,v 1.26 2018/09/21 12:04:10 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: tsarm_machdep.c,v 1.27 2018/10/28 14:30:32 skrll Exp $");
#include "opt_arm_debug.h" #include "opt_arm_debug.h"
#include "opt_console.h" #include "opt_console.h"
@ -753,7 +753,7 @@ initarm(void *arg)
physmem = 0x2000000 / PAGE_SIZE; physmem = 0x2000000 / PAGE_SIZE;
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: viper_machdep.c,v 1.27 2018/09/21 12:04:10 skrll Exp $ */ /* $NetBSD: viper_machdep.c,v 1.28 2018/10/28 14:30:32 skrll Exp $ */
/* /*
* Startup routines for the Arcom Viper. Below you can trace the * Startup routines for the Arcom Viper. Below you can trace the
@ -112,7 +112,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: viper_machdep.c,v 1.27 2018/09/21 12:04:10 skrll Exp $"); __KERNEL_RCSID(0, "$NetBSD: viper_machdep.c,v 1.28 2018/10/28 14:30:32 skrll Exp $");
#include "opt_arm_debug.h" #include "opt_arm_debug.h"
#include "opt_console.h" #include "opt_console.h"
@ -753,7 +753,7 @@ initarm(void *arg)
atop(physical_freestart), atop(physical_freeend), atop(physical_freestart), atop(physical_freeend),
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
printf("pmap "); printf("pmap ");
pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);

View File

@ -1,4 +1,4 @@
/* $NetBSD: pxa2x0_hpc_machdep.c,v 1.24 2017/11/06 03:47:46 christos Exp $ */ /* $NetBSD: pxa2x0_hpc_machdep.c,v 1.25 2018/10/28 14:30:32 skrll Exp $ */
/* /*
* Copyright (c) 1994-1998 Mark Brinicombe. * Copyright (c) 1994-1998 Mark Brinicombe.
@ -40,7 +40,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pxa2x0_hpc_machdep.c,v 1.24 2017/11/06 03:47:46 christos Exp $"); __KERNEL_RCSID(0, "$NetBSD: pxa2x0_hpc_machdep.c,v 1.25 2018/10/28 14:30:32 skrll Exp $");
#include "opt_ddb.h" #include "opt_ddb.h"
#include "opt_dram_pages.h" #include "opt_dram_pages.h"
@ -619,7 +619,7 @@ init_pxa2x0(int argc, char **argv, struct bootinfo *bi)
atop(dblk_start), atop(dblk_end), VM_FREELIST_DEFAULT); atop(dblk_start), atop(dblk_end), VM_FREELIST_DEFAULT);
} }
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);
#ifdef DDB #ifdef DDB

View File

@ -1,4 +1,4 @@
/* $NetBSD: sa11x0_hpc_machdep.c,v 1.12 2017/11/06 03:47:46 christos Exp $ */ /* $NetBSD: sa11x0_hpc_machdep.c,v 1.13 2018/10/28 14:30:32 skrll Exp $ */
/* /*
* Copyright (c) 1994-1998 Mark Brinicombe. * Copyright (c) 1994-1998 Mark Brinicombe.
@ -40,7 +40,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: sa11x0_hpc_machdep.c,v 1.12 2017/11/06 03:47:46 christos Exp $"); __KERNEL_RCSID(0, "$NetBSD: sa11x0_hpc_machdep.c,v 1.13 2018/10/28 14:30:32 skrll Exp $");
#include "opt_ddb.h" #include "opt_ddb.h"
#include "opt_dram_pages.h" #include "opt_dram_pages.h"
@ -548,7 +548,7 @@ init_sa11x0(int argc, char **argv, struct bootinfo *bi)
atop(dblk_start), atop(dblk_end), VM_FREELIST_DEFAULT); atop(dblk_start), atop(dblk_end), VM_FREELIST_DEFAULT);
} }
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);
#ifdef BOOT_DUMP #ifdef BOOT_DUMP

View File

@ -1,4 +1,4 @@
/* $NetBSD: iyonix_machdep.c,v 1.25 2016/12/22 14:47:58 cherry Exp $ */ /* $NetBSD: iyonix_machdep.c,v 1.26 2018/10/28 14:30:32 skrll Exp $ */
/* /*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc. * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@ -73,7 +73,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: iyonix_machdep.c,v 1.25 2016/12/22 14:47:58 cherry Exp $"); __KERNEL_RCSID(0, "$NetBSD: iyonix_machdep.c,v 1.26 2018/10/28 14:30:32 skrll Exp $");
#include "opt_ddb.h" #include "opt_ddb.h"
#include "opt_kgdb.h" #include "opt_kgdb.h"
@ -785,7 +785,7 @@ initarm(void *arg)
atop(physical_freestart), atop(physical_freeend), atop(physical_freestart), atop(physical_freeend),
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: netwinder_machdep.c,v 1.85 2016/12/22 16:05:15 cherry Exp $ */ /* $NetBSD: netwinder_machdep.c,v 1.86 2018/10/28 14:30:33 skrll Exp $ */
/* /*
* Copyright (c) 1997,1998 Mark Brinicombe. * Copyright (c) 1997,1998 Mark Brinicombe.
@ -40,7 +40,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netwinder_machdep.c,v 1.85 2016/12/22 16:05:15 cherry Exp $"); __KERNEL_RCSID(0, "$NetBSD: netwinder_machdep.c,v 1.86 2018/10/28 14:30:33 skrll Exp $");
#include "opt_ddb.h" #include "opt_ddb.h"
#include "opt_pmap_debug.h" #include "opt_pmap_debug.h"
@ -813,7 +813,7 @@ initarm(void *arg)
#endif /* NISADMA > 0 */ #endif /* NISADMA > 0 */
} }
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
printf("pmap "); printf("pmap ");
pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE);

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.38 2016/12/22 14:48:00 cherry Exp $ */ /* $NetBSD: machdep.c,v 1.39 2018/10/28 14:30:33 skrll Exp $ */
/* $OpenBSD: zaurus_machdep.c,v 1.25 2006/06/20 18:24:04 todd Exp $ */ /* $OpenBSD: zaurus_machdep.c,v 1.25 2006/06/20 18:24:04 todd Exp $ */
/* /*
@ -107,7 +107,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.38 2016/12/22 14:48:00 cherry Exp $"); __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.39 2018/10/28 14:30:33 skrll Exp $");
#include "opt_ddb.h" #include "opt_ddb.h"
#include "opt_kgdb.h" #include "opt_kgdb.h"
@ -1095,7 +1095,7 @@ initarm(void *arg)
atop(physical_freestart), atop(physical_freeend), atop(physical_freestart), atop(physical_freeend),
VM_FREELIST_DEFAULT); VM_FREELIST_DEFAULT);
/* Boot strap pmap telling it where the kernel page table is */ /* Boot strap pmap telling it where managed kernel virtual memory is */
#ifdef VERBOSE_INIT_ARM #ifdef VERBOSE_INIT_ARM
printf("pmap "); printf("pmap ");
#endif #endif