Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/arch/x86/x86 Pull up following revision(s) (requested...



details:   https://anonhg.NetBSD.org/src/rev/2a1c8b3cb8f9
branches:  netbsd-8
changeset: 851345:2a1c8b3cb8f9
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Feb 05 15:11:54 2018 +0000

description:
Pull up following revision(s) (requested by nakayama in ticket #532):
        sys/arch/x86/x86/vmt.c: revision 1.20
Add line break.

diffstat:

 sys/arch/x86/x86/vmt.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 83ddb50c4bd7 -r 2a1c8b3cb8f9 sys/arch/x86/x86/vmt.c
--- a/sys/arch/x86/x86/vmt.c    Mon Feb 05 15:07:30 2018 +0000
+++ b/sys/arch/x86/x86/vmt.c    Mon Feb 05 15:11:54 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmt.c,v 1.17.2.1 2017/10/25 07:05:55 snj Exp $ */
+/* $NetBSD: vmt.c,v 1.17.2.2 2018/02/05 15:11:54 martin Exp $ */
 /* $OpenBSD: vmt.c,v 1.11 2011/01/27 21:29:25 dtucker Exp $ */
 
 /*
@@ -179,6 +179,7 @@
        struct vmt_softc *sc = device_private(self);
 
        aprint_naive("\n");
+       aprint_normal("\n");
 
        sc->sc_dev = self;
        sc->sc_log = NULL;



Home | Main Index | Thread Index | Old Index