diff options
Diffstat (limited to 'i386/intel')
-rw-r--r-- | i386/intel/pmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c index 5c287ec..8d99ad7 100644 --- a/i386/intel/pmap.c +++ b/i386/intel/pmap.c @@ -1981,6 +1981,7 @@ pmap_copy_page(src, dst) * will specify that these pages are to be wired * down (or not) as appropriate. */ +void pmap_pageable(pmap, start, end, pageable) pmap_t pmap; vm_offset_t start; |