]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/pmap.h
xnu-201.5.tar.gz
[apple/xnu.git] / osfmk / i386 / pmap.h
index f2a7c95116f0ade3f1b871b8d225211fb784e0b0..602ff21ab30af2aa37deaba0b01e13c88a111e4f 100644 (file)
@@ -512,6 +512,9 @@ extern void flush_dcache(vm_offset_t addr, unsigned count, int phys);
 #define        pmap_copy(dst_pmap,src_pmap,dst_addr,len,src_addr)
 #define        pmap_attribute(pmap,addr,size,attr,value) \
                                        (KERN_INVALID_ADDRESS)
+#define pmap_sync_caches_phys(pa) \
+                                       (KERN_INVALID_ADDRESS)
+
 #endif /* ASSEMBLER */
 
 #endif /* _PMAP_MACHINE_ */