diff options
| author | thorpej <thorpej@NetBSD.org> | 1999-06-17 18:21:21 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1999-06-17 18:21:21 +0000 |
| commit | f5a527bb4e2a115e681edb2191dd90cfecbe8c78 (patch) | |
| tree | bcc93a38a9b6db06f8acbba7a6a54b336255d292 /sys/vm | |
| parent | cc6eca7553ec49c6b03d2d65b668469bd4c918a3 (diff) | |
Remove pmap_pageable(); no pmap implements it, and it is not really useful,
because pmap_enter()/pmap_change_wiring() (soon to be pmap_unwire())
communicate the information in greater detail.
Diffstat (limited to 'sys/vm')
| -rw-r--r-- | sys/vm/pmap.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h index 0871cc7b656..faa2f97f540 100644 --- a/sys/vm/pmap.h +++ b/sys/vm/pmap.h @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.h,v 1.31 1999/05/20 23:25:42 thorpej Exp $ */ +/* $NetBSD: pmap.h,v 1.32 1999/06/17 18:21:21 thorpej Exp $ */ /* * Copyright (c) 1991, 1993 @@ -172,8 +172,6 @@ void pmap_page_protect __P((struct vm_page *, vm_prot_t)); void pmap_page_protect __P((paddr_t, vm_prot_t)); #endif -void pmap_pageable __P((pmap_t, - vaddr_t, vaddr_t, boolean_t)); #if !defined(pmap_phys_address) paddr_t pmap_phys_address __P((int)); #endif |
