diff options
| author | Alan Cox <alc@FreeBSD.org> | 2002-08-25 04:20:05 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2002-08-25 04:20:05 +0000 |
| commit | 6508a194aa95186d2ae6bfb93e3c7eb62e89d2f4 (patch) | |
| tree | 9e774de7b8e085e5217b328431e0a451c2d7200b /sys/alpha | |
| parent | 10f23b4ad02740c52834ac234b4249510351a17c (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/alpha/pmap.c | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sys/alpha/alpha/pmap.c b/sys/alpha/alpha/pmap.c index dd3800e4c47b3..8761537f86302 100644 --- a/sys/alpha/alpha/pmap.c +++ b/sys/alpha/alpha/pmap.c @@ -2556,29 +2556,6 @@ pmap_copy_page(vm_page_t msrc, vm_page_t mdst) bcopy((caddr_t) src, (caddr_t) dst, PAGE_SIZE); } - -/* - * Routine: pmap_pageable - * Function: - * Make the specified pages (by pmap, offset) - * pageable (or not) as requested. - * - * A page which is not pageable may not take - * a fault; therefore, its page table entry - * must remain valid for the duration. - * - * This routine is merely advisory; pmap_enter - * will specify that these pages are to be wired - * down (or not) as appropriate. - */ -void -pmap_pageable(pmap, sva, eva, pageable) - pmap_t pmap; - vm_offset_t sva, eva; - boolean_t pageable; -{ -} - /* * Returns true if the pmap's pv is one of the first * 16 pvs linked to from this page. This count may |
