sched: Generalize sleep inside spinlock detection
[sfrench/cifs-2.6.git] / Documentation / development-process / 4.Coding
index f3f1a469443cd2daca59e0234952c4a4598d1000..83f5f5b365a3fdb5a79e0cf9106697d937994cf4 100644 (file)
@@ -244,7 +244,7 @@ testing purposes.  In particular, you should turn on:
  - DEBUG_SLAB can find a variety of memory allocation and use errors; it
    should be used on most development kernels.
 
- - DEBUG_SPINLOCK, DEBUG_SPINLOCK_SLEEP, and DEBUG_MUTEXES will find a
+ - DEBUG_SPINLOCK, DEBUG_ATOMIC_SLEEP, and DEBUG_MUTEXES will find a
    number of common locking errors.
 
 There are quite a few other debugging options, some of which will be