Source-Changes-HG archive

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

[src/netbsd-7]: src fix fallout from ticket #1366: __nothing is nothing on ne...



details:   https://anonhg.NetBSD.org/src/rev/d3b8f849f41a
branches:  netbsd-7
changeset: 800159:d3b8f849f41a
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Mar 11 16:03:54 2017 +0000

description:
fix fallout from ticket #1366: __nothing is nothing on netbsd-7

diffstat:

 doc/CHANGES-7.1           |  6 +++---
 sys/arch/arm/arm32/pmap.c |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 3bd917861ad2 -r d3b8f849f41a doc/CHANGES-7.1
--- a/doc/CHANGES-7.1   Sat Mar 11 08:48:42 2017 +0000
+++ b/doc/CHANGES-7.1   Sat Mar 11 16:03:54 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.164 2017/03/11 08:49:11 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.165 2017/03/11 16:03:55 snj Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -8976,7 +8976,7 @@
         - Fix typo in comment.
        [msaitoh, ticket #1372]
 
-sys/arch/arm/arm32/pmap.c                      1.343, 1.344
+sys/arch/arm/arm32/pmap.c                      1.343, 1.344 via patch
 sys/arch/arm/include/arm32/pmap.h              1.145
 sys/arch/evbarm/gumstix/gumstix_machdep.c      1.58 via patch
 
@@ -9000,7 +9000,7 @@
 
 distrib/notes/common/main                      patched by hand
 gnu/usr.bin/groff/tmac/mdoc.local              patched by hand
-sys/sys/param.h                        i               patched by hand
+sys/sys/param.h                                        patched by hand
 
        Welcome to 7.1!
        [snj]
diff -r 3bd917861ad2 -r d3b8f849f41a sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Sat Mar 11 08:48:42 2017 +0000
+++ b/sys/arch/arm/arm32/pmap.c Sat Mar 11 16:03:54 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.295.2.9 2017/03/11 07:40:21 snj Exp $       */
+/*     $NetBSD: pmap.c,v 1.295.2.10 2017/03/11 16:03:54 snj Exp $      */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -217,7 +217,7 @@
 #include <arm/locore.h>
 //#include <arm/arm32/katelib.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.295.2.9 2017/03/11 07:40:21 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.295.2.10 2017/03/11 16:03:54 snj Exp $");
 
 //#define PMAP_DEBUG
 #ifdef PMAP_DEBUG
@@ -979,7 +979,7 @@
 
 # define PTE_SYNC_CURRENT(pm, ptep)    pmap_pte_sync_current(pm, ptep)
 #else
-# define PTE_SYNC_CURRENT(pm, ptep)    __nothing
+# define PTE_SYNC_CURRENT(pm, ptep)    /* nothing */
 #endif
 
 /*



Home | Main Index | Thread Index | Old Index