Source-Changes-HG archive

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

[src/netbsd-6]: src/sys/arch/hp700/hp700 Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/36335409d5bc
branches:  netbsd-6
changeset: 776485:36335409d5bc
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sun Oct 20 13:45:46 2013 +0000

description:
Pull up following revision(s) (requested by skrll in ticket #973):
        sys/arch/hp700/hp700/autoconf.c: revision 1.51
Remember to unmap pagezero once we've finished with it. Found by gcc 4.8.

diffstat:

 sys/arch/hp700/hp700/autoconf.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 9ef2bb824dbe -r 36335409d5bc sys/arch/hp700/hp700/autoconf.c
--- a/sys/arch/hp700/hp700/autoconf.c   Sun Oct 20 13:43:17 2013 +0000
+++ b/sys/arch/hp700/hp700/autoconf.c   Sun Oct 20 13:45:46 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.44.2.1 2012/08/08 15:51:10 martin Exp $ */
+/*     $NetBSD: autoconf.c,v 1.44.2.2 2013/10/20 13:45:46 bouyer Exp $ */
 
 /*     $OpenBSD: autoconf.c,v 1.15 2001/06/25 00:43:10 mickey Exp $    */
 
@@ -86,7 +86,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.44.2.1 2012/08/08 15:51:10 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.44.2.2 2013/10/20 13:45:46 bouyer Exp $");
 
 #include "opt_kgdb.h"
 #include "opt_useleds.h"
@@ -474,6 +474,8 @@
        }
        printf("dp_flags 0x%x pz_class 0x%x\n", PAGE0->mem_boot.pz_dp.dp_flags,
            PAGE0->mem_boot.pz_class);
+
+       hp700_pagezero_unmap(pagezero_cookie);
 #endif /* DEBUG */
 
        if (boot_device != NULL)



Home | Main Index | Thread Index | Old Index