Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Fix a commit



details:   https://anonhg.NetBSD.org/src/rev/de275252d12d
branches:  trunk
changeset: 445418:de275252d12d
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Oct 28 14:30:30 2018 +0000

description:
Fix a commit

diffstat:

 sys/arch/acorn32/acorn32/rpc_machdep.c           |  6 +++---
 sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c   |  6 +++---
 sys/arch/arm/arm32/arm32_boot.c                  |  6 +++---
 sys/arch/arm/at91/at91bus.c                      |  6 +++---
 sys/arch/epoc32/epoc32/machdep.c                 |  6 +++---
 sys/arch/evbarm/adi_brh/brh_machdep.c            |  6 +++---
 sys/arch/evbarm/armadillo/armadillo9_machdep.c   |  6 +++---
 sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c        |  4 ++--
 sys/arch/evbarm/gemini/gemini_machdep.c          |  6 +++---
 sys/arch/evbarm/hdl_g/hdlg_machdep.c             |  6 +++---
 sys/arch/evbarm/imx31/imx31lk_machdep.c          |  6 +++---
 sys/arch/evbarm/iq80310/iq80310_machdep.c        |  6 +++---
 sys/arch/evbarm/iq80321/iq80321_machdep.c        |  6 +++---
 sys/arch/evbarm/ixdp425/ixdp425_machdep.c        |  6 +++---
 sys/arch/evbarm/ixm1200/ixm1200_machdep.c        |  6 +++---
 sys/arch/evbarm/lubbock/lubbock_machdep.c        |  6 +++---
 sys/arch/evbarm/mini2440/mini2440_machdep.c      |  4 ++--
 sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c        |  6 +++---
 sys/arch/evbarm/nslu2/nslu2_machdep.c            |  6 +++---
 sys/arch/evbarm/osk5912/osk5912_machdep.c        |  6 +++---
 sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c      |  6 +++---
 sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c      |  6 +++---
 sys/arch/evbarm/tisdp24xx/sdp24xx_machdep.c      |  6 +++---
 sys/arch/evbarm/tsarm/tsarm_machdep.c            |  6 +++---
 sys/arch/evbarm/viper/viper_machdep.c            |  6 +++---
 sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c      |  6 +++---
 sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c      |  6 +++---
 sys/arch/iyonix/iyonix/iyonix_machdep.c          |  6 +++---
 sys/arch/netwinder/netwinder/netwinder_machdep.c |  6 +++---
 sys/arch/zaurus/zaurus/machdep.c                 |  6 +++---
 30 files changed, 88 insertions(+), 88 deletions(-)

diffs (truncated from 795 to 300 lines):

diff -r c48360bd163f -r de275252d12d sys/arch/acorn32/acorn32/rpc_machdep.c
--- a/sys/arch/acorn32/acorn32/rpc_machdep.c    Sun Oct 28 14:12:16 2018 +0000
+++ b/sys/arch/acorn32/acorn32/rpc_machdep.c    Sun Oct 28 14:30:30 2018 +0000
@@ -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 @@
                }
        }
 
-       /* 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
diff -r c48360bd163f -r de275252d12d sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c
--- a/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c    Sun Oct 28 14:12:16 2018 +0000
+++ b/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c    Sun Oct 28 14:30:30 2018 +0000
@@ -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 @@
                    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
diff -r c48360bd163f -r de275252d12d sys/arch/arm/arm32/arm32_boot.c
--- a/sys/arch/arm/arm32/arm32_boot.c   Sun Oct 28 14:12:16 2018 +0000
+++ b/sys/arch/arm/arm32/arm32_boot.c   Sun Oct 28 14:30:30 2018 +0000
@@ -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 @@
                }
        }
 
-       /* 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);
 
diff -r c48360bd163f -r de275252d12d sys/arch/arm/at91/at91bus.c
--- a/sys/arch/arm/at91/at91bus.c       Sun Oct 28 14:12:16 2018 +0000
+++ b/sys/arch/arm/at91/at91bus.c       Sun Oct 28 14:30:30 2018 +0000
@@ -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 @@
            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
diff -r c48360bd163f -r de275252d12d sys/arch/epoc32/epoc32/machdep.c
--- a/sys/arch/epoc32/epoc32/machdep.c  Sun Oct 28 14:12:16 2018 +0000
+++ b/sys/arch/epoc32/epoc32/machdep.c  Sun Oct 28 14:30:30 2018 +0000
@@ -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 @@
                        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__
diff -r c48360bd163f -r de275252d12d sys/arch/evbarm/adi_brh/brh_machdep.c
--- a/sys/arch/evbarm/adi_brh/brh_machdep.c     Sun Oct 28 14:12:16 2018 +0000
+++ b/sys/arch/evbarm/adi_brh/brh_machdep.c     Sun Oct 28 14:30:30 2018 +0000
@@ -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 @@
            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
diff -r c48360bd163f -r de275252d12d sys/arch/evbarm/armadillo/armadillo9_machdep.c
--- a/sys/arch/evbarm/armadillo/armadillo9_machdep.c    Sun Oct 28 14:12:16 2018 +0000
+++ b/sys/arch/evbarm/armadillo/armadillo9_machdep.c    Sun Oct 28 14:30:30 2018 +0000
@@ -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 @@
                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
diff -r c48360bd163f -r de275252d12d sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c
--- a/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c Sun Oct 28 14:12:16 2018 +0000
+++ b/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c Sun Oct 28 14:30:30 2018 +0000
@@ -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 @@
            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
diff -r c48360bd163f -r de275252d12d sys/arch/evbarm/gemini/gemini_machdep.c
--- a/sys/arch/evbarm/gemini/gemini_machdep.c   Sun Oct 28 14:12:16 2018 +0000
+++ b/sys/arch/evbarm/gemini/gemini_machdep.c   Sun Oct 28 14:30:30 2018 +0000
@@ -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 @@
            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
diff -r c48360bd163f -r de275252d12d sys/arch/evbarm/hdl_g/hdlg_machdep.c
--- a/sys/arch/evbarm/hdl_g/hdlg_machdep.c      Sun Oct 28 14:12:16 2018 +0000
+++ b/sys/arch/evbarm/hdl_g/hdlg_machdep.c      Sun Oct 28 14:30:30 2018 +0000
@@ -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 @@
            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
diff -r c48360bd163f -r de275252d12d sys/arch/evbarm/imx31/imx31lk_machdep.c
--- a/sys/arch/evbarm/imx31/imx31lk_machdep.c   Sun Oct 28 14:12:16 2018 +0000
+++ b/sys/arch/evbarm/imx31/imx31lk_machdep.c   Sun Oct 28 14:30:30 2018 +0000
@@ -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 @@
            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);
 
diff -r c48360bd163f -r de275252d12d sys/arch/evbarm/iq80310/iq80310_machdep.c
--- a/sys/arch/evbarm/iq80310/iq80310_machdep.c Sun Oct 28 14:12:16 2018 +0000
+++ b/sys/arch/evbarm/iq80310/iq80310_machdep.c Sun Oct 28 14:30:30 2018 +0000
@@ -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 @@
  */
 



Home | Main Index | Thread Index | Old Index