]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/kern/kern_physio.c
xnu-2782.20.48.tar.gz
[apple/xnu.git] / bsd / kern / kern_physio.c
index 2c4998ec3c99a6f4a49284965d1df17b5d6e31d1..6d9580dcfe999762e3eaf2d0a10c4731400c0a1b 100644 (file)
@@ -90,11 +90,7 @@ physio( void (*f_strategy)(buf_t),
        struct proc *p = current_proc();
        int error, i, buf_allocated, todo, iosize;
        int orig_bflags = 0;
-#if LP64KERN
        int64_t done;
-#else
-       int done;
-#endif
 
        error = 0;
        flags &= B_READ | B_WRITE;