[BACK]Return to kern_lock.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_lock.c between version 1.21 and 1.22

version 1.21, 1999/07/27 21:29:16 version 1.22, 1999/07/28 01:59:46
Line 111  do {         \
Line 111  do {         \
                 (p)->p_locks += (x);                                    \                  (p)->p_locks += (x);                                    \
 } while (0)  } while (0)
 #else  #else
 #define COUNT(p, x)  #define COUNT(lkp, p, cpu_id, x)
 #endif /* LOCKDEBUG || DIAGNOSTIC */ /* } */  #endif /* LOCKDEBUG || DIAGNOSTIC */ /* } */
   
 /*  /*

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVSweb <webmaster@jp.NetBSD.org>