Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/m68k/m68k/pmap_motorola.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/m68k/m68k/pmap_motorola.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.65 retrieving revision 1.66 diff -u -p -r1.65 -r1.66 --- src/sys/arch/m68k/m68k/pmap_motorola.c 2012/01/27 19:48:38 1.65 +++ src/sys/arch/m68k/m68k/pmap_motorola.c 2012/07/09 19:23:45 1.66 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap_motorola.c,v 1.65 2012/01/27 19:48:38 para Exp $ */ +/* $NetBSD: pmap_motorola.c,v 1.66 2012/07/09 19:23:45 rkujawa Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -119,7 +119,7 @@ #include "opt_m68k_arch.h" #include -__KERNEL_RCSID(0, "$NetBSD: pmap_motorola.c,v 1.65 2012/01/27 19:48:38 para Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap_motorola.c,v 1.66 2012/07/09 19:23:45 rkujawa Exp $"); #include #include @@ -256,6 +256,8 @@ int page_cnt; /* number of pages manage bool pmap_initialized = false; /* Has pmap_init completed? */ +vaddr_t m68k_uptbase = M68K_PTBASE; + struct pv_header { struct pv_entry pvh_first; /* first PV entry */ uint16_t pvh_attrs; /* attributes: @@ -514,7 +516,7 @@ pmap_init(void) st_map = uvm_km_suballoc(kernel_map, &addr, &addr2, s, 0, false, &st_map_store); - addr = M68K_PTBASE; + addr = m68k_uptbase; if ((M68K_PTMAXSIZE / M68K_MAX_PTSIZE) < maxproc) { s = M68K_PTMAXSIZE; /*