]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/adsp_Status.c
xnu-792.18.15.tar.gz
[apple/xnu.git] / bsd / netat / adsp_Status.c
index ae4de1fb8c50d9db93fc83db50d37ab5ebd9e86d..505dd746ca6a36137e2da7469565873292cac4a7 100644 (file)
@@ -114,7 +114,6 @@ int adspStatus(sp, pb)      /* (DSPPBPtr pb) */
 {
     short err;
     short bytes;
-    int        s;
 
     if (sp == 0) {
        pb->ioResult = errRefNum;
@@ -122,7 +121,6 @@ int adspStatus(sp, pb)      /* (DSPPBPtr pb) */
     }
        
     pb->u.statusParams.ccbPtr  = (TPCCB)sp;
-    ATDISABLE(s, sp->lock);    
        
     /*
      * pending bytes in send queue
@@ -148,7 +146,6 @@ int adspStatus(sp, pb)      /* (DSPPBPtr pb) */
                                /* available buffer space in receive queue */
     pb->u.statusParams.recvQFree = CalcRecvWdw(sp);
 
-    ATENABLE(s, sp->lock);     
     pb->ioResult = 0;
     adspioc_ack(0, pb->ioc, pb->gref);
     return 0;