X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..0b4e3aa066abc0728aacb4bbeb86f53f9737156e:/osfmk/i386/pmap.c diff --git a/osfmk/i386/pmap.c b/osfmk/i386/pmap.c index a4d2b70b3..ea5d93ebe 100644 --- a/osfmk/i386/pmap.c +++ b/osfmk/i386/pmap.c @@ -1261,6 +1261,21 @@ pmap_remove_range( pmap->stats.wired_count -= num_unwired; } +/* + * Remove phys addr if mapped in specified map + * + */ +void +pmap_remove_some_phys( + pmap_t map, + vm_offset_t phys_addr) +{ + +/* Implement to support working set code */ + +} + + /* * Remove the given range of addresses * from the specified map.