]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/pmap.c
xnu-201.tar.gz
[apple/xnu.git] / osfmk / i386 / pmap.c
index a4d2b70b39e30ac33696fc7f6d81e4b54ad53564..ea5d93ebe28d634eee98791ae44609a3a667d57d 100644 (file)
@@ -1261,6 +1261,21 @@ pmap_remove_range(
        pmap->stats.wired_count -= num_unwired;
 }
 
        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.
 /*
  *     Remove the given range of addresses
  *     from the specified map.