[BACK]Return to kern_rwlock.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/kern/kern_rwlock.c between version 1.6.4.1 and 1.7

version 1.6.4.1, 2007/07/11 20:09:55 version 1.7, 2007/03/30 11:06:58
Line 314  rw_vector_enter(krwlock_t *rw, const krw
Line 314  rw_vector_enter(krwlock_t *rw, const krw
                     LB_RWLOCK | (op == RW_WRITER ? LB_SLEEP1 : LB_SLEEP2),                      LB_RWLOCK | (op == RW_WRITER ? LB_SLEEP1 : LB_SLEEP2),
                     1, slptime);                      1, slptime);
   
                   turnstile_unblock();
                 break;                  break;
         }          }
   

Legend:
Removed from v.1.6.4.1  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>