Module Name: src Committed By: skrll Date: Sun Oct 28 14:30:33 UTC 2018
Modified Files: src/sys/arch/acorn32/acorn32: rpc_machdep.c src/sys/arch/acorn32/eb7500atx: eb7500atx_machdep.c src/sys/arch/arm/arm32: arm32_boot.c src/sys/arch/arm/at91: at91bus.c src/sys/arch/epoc32/epoc32: machdep.c src/sys/arch/evbarm/adi_brh: brh_machdep.c src/sys/arch/evbarm/armadillo: armadillo9_machdep.c src/sys/arch/evbarm/g42xxeb: g42xxeb_machdep.c src/sys/arch/evbarm/gemini: gemini_machdep.c src/sys/arch/evbarm/hdl_g: hdlg_machdep.c src/sys/arch/evbarm/imx31: imx31lk_machdep.c src/sys/arch/evbarm/iq80310: iq80310_machdep.c src/sys/arch/evbarm/iq80321: iq80321_machdep.c src/sys/arch/evbarm/ixdp425: ixdp425_machdep.c src/sys/arch/evbarm/ixm1200: ixm1200_machdep.c src/sys/arch/evbarm/lubbock: lubbock_machdep.c src/sys/arch/evbarm/mini2440: mini2440_machdep.c src/sys/arch/evbarm/npwr_fc: npwr_fc_machdep.c src/sys/arch/evbarm/nslu2: nslu2_machdep.c src/sys/arch/evbarm/osk5912: osk5912_machdep.c src/sys/arch/evbarm/smdk2xx0: smdk2410_machdep.c smdk2800_machdep.c src/sys/arch/evbarm/tisdp24xx: sdp24xx_machdep.c src/sys/arch/evbarm/tsarm: tsarm_machdep.c src/sys/arch/evbarm/viper: viper_machdep.c src/sys/arch/hpcarm/hpcarm: pxa2x0_hpc_machdep.c sa11x0_hpc_machdep.c src/sys/arch/iyonix/iyonix: iyonix_machdep.c src/sys/arch/netwinder/netwinder: netwinder_machdep.c src/sys/arch/zaurus/zaurus: machdep.c Log Message: Fix a commit To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/arch/acorn32/acorn32/rpc_machdep.c cvs rdiff -u -r1.29 -r1.30 src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c cvs rdiff -u -r1.25 -r1.26 src/sys/arch/arm/arm32/arm32_boot.c cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/at91/at91bus.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/epoc32/epoc32/machdep.c cvs rdiff -u -r1.46 -r1.47 src/sys/arch/evbarm/adi_brh/brh_machdep.c cvs rdiff -u -r1.31 -r1.32 src/sys/arch/evbarm/armadillo/armadillo9_machdep.c cvs rdiff -u -r1.32 -r1.33 src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/gemini/gemini_machdep.c cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbarm/hdl_g/hdlg_machdep.c cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbarm/imx31/imx31lk_machdep.c cvs rdiff -u -r1.88 -r1.89 src/sys/arch/evbarm/iq80310/iq80310_machdep.c cvs rdiff -u -r1.58 -r1.59 src/sys/arch/evbarm/iq80321/iq80321_machdep.c cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c cvs rdiff -u -r1.60 -r1.61 src/sys/arch/evbarm/ixm1200/ixm1200_machdep.c cvs rdiff -u -r1.36 -r1.37 src/sys/arch/evbarm/lubbock/lubbock_machdep.c cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/mini2440/mini2440_machdep.c cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c cvs rdiff -u -r1.29 -r1.30 src/sys/arch/evbarm/nslu2/nslu2_machdep.c cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/osk5912/osk5912_machdep.c cvs rdiff -u -r1.38 -r1.39 src/sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c cvs rdiff -u -r1.44 -r1.45 src/sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbarm/tisdp24xx/sdp24xx_machdep.c cvs rdiff -u -r1.26 -r1.27 src/sys/arch/evbarm/tsarm/tsarm_machdep.c cvs rdiff -u -r1.27 -r1.28 src/sys/arch/evbarm/viper/viper_machdep.c cvs rdiff -u -r1.24 -r1.25 src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c cvs rdiff -u -r1.25 -r1.26 src/sys/arch/iyonix/iyonix/iyonix_machdep.c cvs rdiff -u -r1.85 -r1.86 \ src/sys/arch/netwinder/netwinder/netwinder_machdep.c cvs rdiff -u -r1.38 -r1.39 src/sys/arch/zaurus/zaurus/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/acorn32/acorn32/rpc_machdep.c diff -u src/sys/arch/acorn32/acorn32/rpc_machdep.c:1.91 src/sys/arch/acorn32/acorn32/rpc_machdep.c:1.92 --- src/sys/arch/acorn32/acorn32/rpc_machdep.c:1.91 Thu Dec 22 14:47:53 2016 +++ src/sys/arch/acorn32/acorn32/rpc_machdep.c Sun Oct 28 14:30:30 2018 @@ -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. @@ -55,7 +55,7 @@ #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/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 printf("pmap "); #endif Index: src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c diff -u src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c:1.29 src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c:1.30 --- src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c:1.29 Thu Dec 22 14:47:53 2016 +++ src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c Sun Oct 28 14:30:30 2018 @@ -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. @@ -55,7 +55,7 @@ #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/kernel.h> @@ -879,7 +879,7 @@ initarm(void *cookie) 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 printf("pmap "); #endif Index: src/sys/arch/arm/arm32/arm32_boot.c diff -u src/sys/arch/arm/arm32/arm32_boot.c:1.25 src/sys/arch/arm/arm32/arm32_boot.c:1.26 --- src/sys/arch/arm/arm32/arm32_boot.c:1.25 Thu Oct 18 16:44:36 2018 +++ src/sys/arch/arm/arm32/arm32_boot.c Sun Oct 28 14:30:30 2018 @@ -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. @@ -122,7 +122,7 @@ */ #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_cputypes.h" @@ -294,7 +294,7 @@ initarm_common(vaddr_t kvm_base, vsize_t } } - /* 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 "); pmap_bootstrap(kvm_base, kvm_base + kvm_size); Index: src/sys/arch/arm/at91/at91bus.c diff -u src/sys/arch/arm/at91/at91bus.c:1.22 src/sys/arch/arm/at91/at91bus.c:1.23 --- src/sys/arch/arm/at91/at91bus.c:1.22 Fri Sep 21 12:04:06 2018 +++ src/sys/arch/arm/at91/at91bus.c Sun Oct 28 14:30:30 2018 @@ -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 @@ -27,7 +27,7 @@ */ #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_console.h" @@ -517,7 +517,7 @@ at91bus_setup(BootConfig *mem) atop(physical_start), atop(physical_freeend_low), 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 printf("pmap "); #endif Index: src/sys/arch/epoc32/epoc32/machdep.c diff -u src/sys/arch/epoc32/epoc32/machdep.c:1.6 src/sys/arch/epoc32/epoc32/machdep.c:1.7 --- src/sys/arch/epoc32/epoc32/machdep.c:1.6 Mon Sep 3 16:29:24 2018 +++ src/sys/arch/epoc32/epoc32/machdep.c Sun Oct 28 14:30:31 2018 @@ -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 * All rights reserved. @@ -26,7 +26,7 @@ */ #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 "clpslcd.h" @@ -463,7 +463,7 @@ initarm(void *arg) 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); #ifdef __HAVE_MEMORY_DISK__ Index: src/sys/arch/evbarm/adi_brh/brh_machdep.c diff -u src/sys/arch/evbarm/adi_brh/brh_machdep.c:1.46 src/sys/arch/evbarm/adi_brh/brh_machdep.c:1.47 --- src/sys/arch/evbarm/adi_brh/brh_machdep.c:1.46 Fri Sep 21 12:04:07 2018 +++ src/sys/arch/evbarm/adi_brh/brh_machdep.c Sun Oct 28 14:30:31 2018 @@ -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. @@ -73,7 +73,7 @@ */ #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_console.h" @@ -764,7 +764,7 @@ initarm(void *arg) atop(physical_freestart), atop(physical_freeend), 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 printf("pmap "); #endif Index: src/sys/arch/evbarm/armadillo/armadillo9_machdep.c diff -u src/sys/arch/evbarm/armadillo/armadillo9_machdep.c:1.31 src/sys/arch/evbarm/armadillo/armadillo9_machdep.c:1.32 --- src/sys/arch/evbarm/armadillo/armadillo9_machdep.c:1.31 Fri Sep 21 12:04:08 2018 +++ src/sys/arch/evbarm/armadillo/armadillo9_machdep.c Sun Oct 28 14:30:31 2018 @@ -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. @@ -110,7 +110,7 @@ */ #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_console.h" @@ -832,7 +832,7 @@ initarm(void *arg) 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 printf("pmap "); #endif Index: src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c diff -u src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c:1.32 src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c:1.33 --- src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c:1.32 Fri Sep 21 12:04:08 2018 +++ src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c Sun Oct 28 14:30:31 2018 @@ -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. @@ -835,7 +835,7 @@ initarm(void *arg) atop(physical_freestart), atop(physical_freeend), 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 printf("pmap "); #endif Index: src/sys/arch/evbarm/gemini/gemini_machdep.c diff -u src/sys/arch/evbarm/gemini/gemini_machdep.c:1.28 src/sys/arch/evbarm/gemini/gemini_machdep.c:1.29 --- src/sys/arch/evbarm/gemini/gemini_machdep.c:1.28 Fri Sep 21 12:04:08 2018 +++ src/sys/arch/evbarm/gemini/gemini_machdep.c Sun Oct 28 14:30:31 2018 @@ -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: * NetBSD: sdp24xx_machdep.c,v 1.4 2008/08/27 11:03:10 matt Exp @@ -129,7 +129,7 @@ */ #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_console.h" @@ -725,7 +725,7 @@ initarm(void *arg) atop(GEMINI_DRAM_BASE), atop(KERNEL_BASE_phys), 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 printf("pmap "); #endif Index: src/sys/arch/evbarm/hdl_g/hdlg_machdep.c diff -u src/sys/arch/evbarm/hdl_g/hdlg_machdep.c:1.25 src/sys/arch/evbarm/hdl_g/hdlg_machdep.c:1.26 --- src/sys/arch/evbarm/hdl_g/hdlg_machdep.c:1.25 Fri Sep 21 12:04:08 2018 +++ src/sys/arch/evbarm/hdl_g/hdlg_machdep.c Sun Oct 28 14:30:31 2018 @@ -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. @@ -73,7 +73,7 @@ */ #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_console.h" @@ -602,7 +602,7 @@ initarm(void *arg) atop(physical_freestart), atop(physical_freeend), 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 printf("pmap "); #endif Index: src/sys/arch/evbarm/imx31/imx31lk_machdep.c diff -u src/sys/arch/evbarm/imx31/imx31lk_machdep.c:1.23 src/sys/arch/evbarm/imx31/imx31lk_machdep.c:1.24 --- src/sys/arch/evbarm/imx31/imx31lk_machdep.c:1.23 Fri Sep 21 12:04:08 2018 +++ src/sys/arch/evbarm/imx31/imx31lk_machdep.c Sun Oct 28 14:30:31 2018 @@ -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. @@ -110,7 +110,7 @@ */ #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_console.h" @@ -698,7 +698,7 @@ printf("%s: textsize %#lx, totalsize %#l atop(physical_freestart), atop(physical_freeend), 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 "); pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); Index: src/sys/arch/evbarm/iq80310/iq80310_machdep.c diff -u src/sys/arch/evbarm/iq80310/iq80310_machdep.c:1.88 src/sys/arch/evbarm/iq80310/iq80310_machdep.c:1.89 --- src/sys/arch/evbarm/iq80310/iq80310_machdep.c:1.88 Fri Sep 21 12:04:09 2018 +++ src/sys/arch/evbarm/iq80310/iq80310_machdep.c Sun Oct 28 14:30:31 2018 @@ -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. @@ -73,7 +73,7 @@ */ #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_console.h" @@ -724,7 +724,7 @@ initarm(void *arg) atop(physical_freestart), atop(physical_freeend), 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 printf("pmap "); #endif Index: src/sys/arch/evbarm/iq80321/iq80321_machdep.c diff -u src/sys/arch/evbarm/iq80321/iq80321_machdep.c:1.58 src/sys/arch/evbarm/iq80321/iq80321_machdep.c:1.59 --- src/sys/arch/evbarm/iq80321/iq80321_machdep.c:1.58 Fri Sep 21 12:04:09 2018 +++ src/sys/arch/evbarm/iq80321/iq80321_machdep.c Sun Oct 28 14:30:31 2018 @@ -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. @@ -73,7 +73,7 @@ */ #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_ddb.h" @@ -748,7 +748,7 @@ initarm(void *arg) atop(physical_freestart), atop(physical_freeend), 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 printf("pmap "); #endif Index: src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c diff -u src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c:1.40 src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c:1.41 --- src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c:1.40 Fri Sep 21 12:04:09 2018 +++ src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c Sun Oct 28 14:30:31 2018 @@ -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 * Ichiro FUKUHARA <ich...@ichiro.org>. @@ -64,7 +64,7 @@ */ #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_console.h" @@ -716,7 +716,7 @@ initarm(void *arg) atop(physical_freestart), atop(physical_freeend), 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 printf("pmap "); #endif Index: src/sys/arch/evbarm/ixm1200/ixm1200_machdep.c diff -u src/sys/arch/evbarm/ixm1200/ixm1200_machdep.c:1.60 src/sys/arch/evbarm/ixm1200/ixm1200_machdep.c:1.61 --- src/sys/arch/evbarm/ixm1200/ixm1200_machdep.c:1.60 Fri Sep 21 12:04:09 2018 +++ src/sys/arch/evbarm/ixm1200/ixm1200_machdep.c Sun Oct 28 14:30:31 2018 @@ -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 @@ -61,7 +61,7 @@ */ #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_console.h" @@ -679,7 +679,7 @@ initarm(void *arg) atop(physical_freestart), atop(physical_freeend), 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 printf("pmap "); #endif Index: src/sys/arch/evbarm/lubbock/lubbock_machdep.c diff -u src/sys/arch/evbarm/lubbock/lubbock_machdep.c:1.36 src/sys/arch/evbarm/lubbock/lubbock_machdep.c:1.37 --- src/sys/arch/evbarm/lubbock/lubbock_machdep.c:1.36 Fri Sep 21 12:04:09 2018 +++ src/sys/arch/evbarm/lubbock/lubbock_machdep.c Sun Oct 28 14:30:32 2018 @@ -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. @@ -112,7 +112,7 @@ */ #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_console.h" @@ -906,7 +906,7 @@ initarm(void *arg) atop(physical_freestart), atop(physical_freeend), 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 "); LEDSTEP(); pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); Index: src/sys/arch/evbarm/mini2440/mini2440_machdep.c diff -u src/sys/arch/evbarm/mini2440/mini2440_machdep.c:1.12 src/sys/arch/evbarm/mini2440/mini2440_machdep.c:1.13 --- src/sys/arch/evbarm/mini2440/mini2440_machdep.c:1.12 Fri Sep 21 12:04:09 2018 +++ src/sys/arch/evbarm/mini2440/mini2440_machdep.c Sun Oct 28 14:30:32 2018 @@ -131,7 +131,7 @@ */ #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_console.h" @@ -897,7 +897,7 @@ initarm(void *arg) 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 printf("pmap "); #endif Index: src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c diff -u src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c:1.23 src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c:1.24 --- src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c:1.23 Fri Sep 21 12:04:10 2018 +++ src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c Sun Oct 28 14:30:32 2018 @@ -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. @@ -73,7 +73,7 @@ */ #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_console.h" @@ -719,7 +719,7 @@ initarm(void *arg) atop(physical_freestart), atop(physical_freeend), 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 printf("pmap "); #endif Index: src/sys/arch/evbarm/nslu2/nslu2_machdep.c diff -u src/sys/arch/evbarm/nslu2/nslu2_machdep.c:1.29 src/sys/arch/evbarm/nslu2/nslu2_machdep.c:1.30 --- src/sys/arch/evbarm/nslu2/nslu2_machdep.c:1.29 Fri Sep 21 12:04:10 2018 +++ src/sys/arch/evbarm/nslu2/nslu2_machdep.c Sun Oct 28 14:30:32 2018 @@ -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. @@ -94,7 +94,7 @@ */ #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_console.h" @@ -784,7 +784,7 @@ initarm(void *arg) atop(physical_freestart), atop(physical_freeend), 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 printf("pmap "); #endif Index: src/sys/arch/evbarm/osk5912/osk5912_machdep.c diff -u src/sys/arch/evbarm/osk5912/osk5912_machdep.c:1.19 src/sys/arch/evbarm/osk5912/osk5912_machdep.c:1.20 --- src/sys/arch/evbarm/osk5912/osk5912_machdep.c:1.19 Fri Sep 21 12:04:10 2018 +++ src/sys/arch/evbarm/osk5912/osk5912_machdep.c Sun Oct 28 14:30:32 2018 @@ -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. @@ -99,7 +99,7 @@ */ #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_console.h" @@ -454,7 +454,7 @@ initarm(void *arg) atop(physical_freestart), atop(physical_freeend), 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 printf("pmap "); #endif Index: src/sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c diff -u src/sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c:1.38 src/sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c:1.39 --- src/sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c:1.38 Fri Sep 21 12:04:10 2018 +++ src/sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c Sun Oct 28 14:30:32 2018 @@ -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 @@ -105,7 +105,7 @@ */ #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_console.h" @@ -852,7 +852,7 @@ initarm(void *arg) VM_FREELIST_DEFAULT); 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 printf("pmap "); #endif Index: src/sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c diff -u src/sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c:1.44 src/sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c:1.45 --- src/sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c:1.44 Fri Sep 21 12:04:10 2018 +++ src/sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c Sun Oct 28 14:30:32 2018 @@ -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 @@ -106,7 +106,7 @@ */ #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_console.h" @@ -768,7 +768,7 @@ initarm(void *arg) VM_FREELIST_DEFAULT); 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 printf("pmap "); #endif Index: src/sys/arch/evbarm/tisdp24xx/sdp24xx_machdep.c diff -u src/sys/arch/evbarm/tisdp24xx/sdp24xx_machdep.c:1.22 src/sys/arch/evbarm/tisdp24xx/sdp24xx_machdep.c:1.23 --- src/sys/arch/evbarm/tisdp24xx/sdp24xx_machdep.c:1.22 Fri Sep 21 12:04:10 2018 +++ src/sys/arch/evbarm/tisdp24xx/sdp24xx_machdep.c Sun Oct 28 14:30:32 2018 @@ -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. @@ -125,7 +125,7 @@ */ #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_console.h" @@ -544,7 +544,7 @@ initarm(void *arg) atop(physical_freestart), atop(physical_freeend), 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 printf("pmap "); #endif Index: src/sys/arch/evbarm/tsarm/tsarm_machdep.c diff -u src/sys/arch/evbarm/tsarm/tsarm_machdep.c:1.26 src/sys/arch/evbarm/tsarm/tsarm_machdep.c:1.27 --- src/sys/arch/evbarm/tsarm/tsarm_machdep.c:1.26 Fri Sep 21 12:04:10 2018 +++ src/sys/arch/evbarm/tsarm/tsarm_machdep.c Sun Oct 28 14:30:32 2018 @@ -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. @@ -73,7 +73,7 @@ */ #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_console.h" @@ -753,7 +753,7 @@ initarm(void *arg) 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 printf("pmap "); #endif Index: src/sys/arch/evbarm/viper/viper_machdep.c diff -u src/sys/arch/evbarm/viper/viper_machdep.c:1.27 src/sys/arch/evbarm/viper/viper_machdep.c:1.28 --- src/sys/arch/evbarm/viper/viper_machdep.c:1.27 Fri Sep 21 12:04:10 2018 +++ src/sys/arch/evbarm/viper/viper_machdep.c Sun Oct 28 14:30:32 2018 @@ -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 @@ -112,7 +112,7 @@ */ #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_console.h" @@ -753,7 +753,7 @@ initarm(void *arg) atop(physical_freestart), atop(physical_freeend), 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 "); pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); Index: src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c diff -u src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c:1.24 src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c:1.25 --- src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c:1.24 Mon Nov 6 03:47:46 2017 +++ src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c Sun Oct 28 14:30:32 2018 @@ -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. @@ -40,7 +40,7 @@ */ #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_dram_pages.h" @@ -619,7 +619,7 @@ init_pxa2x0(int argc, char **argv, struc 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); #ifdef DDB Index: src/sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c diff -u src/sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c:1.12 src/sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c:1.13 --- src/sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c:1.12 Mon Nov 6 03:47:46 2017 +++ src/sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c Sun Oct 28 14:30:32 2018 @@ -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. @@ -40,7 +40,7 @@ */ #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_dram_pages.h" @@ -548,7 +548,7 @@ init_sa11x0(int argc, char **argv, struc 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); #ifdef BOOT_DUMP Index: src/sys/arch/iyonix/iyonix/iyonix_machdep.c diff -u src/sys/arch/iyonix/iyonix/iyonix_machdep.c:1.25 src/sys/arch/iyonix/iyonix/iyonix_machdep.c:1.26 --- src/sys/arch/iyonix/iyonix/iyonix_machdep.c:1.25 Thu Dec 22 14:47:58 2016 +++ src/sys/arch/iyonix/iyonix/iyonix_machdep.c Sun Oct 28 14:30:32 2018 @@ -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. @@ -73,7 +73,7 @@ */ #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_kgdb.h" @@ -785,7 +785,7 @@ initarm(void *arg) atop(physical_freestart), atop(physical_freeend), 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 printf("pmap "); #endif Index: src/sys/arch/netwinder/netwinder/netwinder_machdep.c diff -u src/sys/arch/netwinder/netwinder/netwinder_machdep.c:1.85 src/sys/arch/netwinder/netwinder/netwinder_machdep.c:1.86 --- src/sys/arch/netwinder/netwinder/netwinder_machdep.c:1.85 Thu Dec 22 16:05:15 2016 +++ src/sys/arch/netwinder/netwinder/netwinder_machdep.c Sun Oct 28 14:30:33 2018 @@ -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. @@ -40,7 +40,7 @@ */ #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_pmap_debug.h" @@ -813,7 +813,7 @@ initarm(void *arg) #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 "); pmap_bootstrap(KERNEL_VM_BASE, KERNEL_VM_BASE + KERNEL_VM_SIZE); Index: src/sys/arch/zaurus/zaurus/machdep.c diff -u src/sys/arch/zaurus/zaurus/machdep.c:1.38 src/sys/arch/zaurus/zaurus/machdep.c:1.39 --- src/sys/arch/zaurus/zaurus/machdep.c:1.38 Thu Dec 22 14:48:00 2016 +++ src/sys/arch/zaurus/zaurus/machdep.c Sun Oct 28 14:30:33 2018 @@ -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 $ */ /* @@ -107,7 +107,7 @@ */ #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_kgdb.h" @@ -1095,7 +1095,7 @@ initarm(void *arg) atop(physical_freestart), atop(physical_freeend), 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 printf("pmap "); #endif