Prepare kernel_pmap_ptr as well as other m68k ports which have own pmap.c.

This commit is contained in:
tsutsui 2008-12-10 17:13:53 +00:00
parent cf4bdf5d25
commit f1f16fdb45
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap_motorola.c,v 1.39 2008/06/28 13:22:14 tsutsui Exp $ */
/* $NetBSD: pmap_motorola.c,v 1.40 2008/12/10 17:13:53 tsutsui Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -117,7 +117,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pmap_motorola.c,v 1.39 2008/06/28 13:22:14 tsutsui Exp $");
__KERNEL_RCSID(0, "$NetBSD: pmap_motorola.c,v 1.40 2008/12/10 17:13:53 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -237,6 +237,7 @@ st_entry_t *Segtabzero, *Segtabzeropa;
vsize_t Sysptsize = VM_KERNEL_PT_PAGES;
struct pmap kernel_pmap_store;
struct pmap *const kernel_pmap_ptr = &kernel_pmap_store;
struct vm_map *st_map, *pt_map;
struct vm_map_kernel st_map_store, pt_map_store;