]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ppc/machine_routines.c
xnu-792.21.3.tar.gz
[apple/xnu.git] / osfmk / ppc / machine_routines.c
index 6e2d0bddae31a7794c21e0765ec5aafd94d4af35..b6a6ce457a6c7bf7e034a6496c4861fc045170c7 100644 (file)
@@ -45,7 +45,7 @@
 
 #include <vm/vm_page.h>
 
-unsigned int           LockTimeOut = 1250000000;
+unsigned int           LockTimeOut = 12500000;
 unsigned int           MutexSpin = 0;
 
 decl_mutex_data(static,mcpus_lock);
@@ -148,17 +148,9 @@ ml_io_map(
        vm_offset_t phys_addr, 
        vm_size_t size)
 {
-       return(io_map(phys_addr,size,VM_WIMG_IO));
+       return(io_map(phys_addr,size));
 }
 
-
-void ml_get_bouncepool_info(vm_offset_t *phys_addr, vm_size_t *size)
-{
-        *phys_addr = 0;
-       *size      = 0;
-}
-
-
 /*
  *     Routine:        ml_static_malloc
  *     Function:       static memory allocation