If MACHINE_NEW_NONCONTIG is defined, activate the pmap_steal_memory()

interface.
This commit is contained in:
thorpej 1998-01-09 19:13:09 +00:00
parent 4a5428be69
commit bb4988dca2

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.old.h,v 1.15 1998/01/09 08:18:22 thorpej Exp $ */
/* $NetBSD: pmap.old.h,v 1.16 1998/01/09 19:13:09 thorpej Exp $ */
/*
* Copyright (c) 1987 Carnegie-Mellon University
@ -122,6 +122,10 @@ typedef int pmap_attr_t;
extern pt_entry_t *Sysmap;
extern char *vmmap; /* map for mem, dumps, etc. */
#if defined(MACHINE_NEW_NONCONTIG)
#define PMAP_STEAL_MEMORY /* enable pmap_steal_memory() */
#endif
/* Machine-specific functions. */
void pmap_bootstrap __P((vm_offset_t firstaddr, vm_offset_t ptaddr));
void pmap_emulate_reference __P((struct proc *p, vm_offset_t v,