kernel: Remove undead ifdef CONFIG_DEBUG_LOCK_ALLOC
authorChristian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
Mon, 6 Sep 2010 14:37:12 +0000 (16:37 +0200)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 23 Sep 2010 16:14:51 +0000 (09:14 -0700)
commit829f8ed2c963df7c23d1c644db6c4387eb1601fa
tree943c75c7222e8eb8d96a054946870564d6c41830
parent81a294c44e973dc7182e4733421b7cb2daba3c29
kernel: Remove undead ifdef CONFIG_DEBUG_LOCK_ALLOC

The CONFIG_DEBUG_LOCK_ALLOC ifdef isn't necessary at this point, because it is
checked in an outer ifdef level already and has no effect here.

Signed-off-by: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/srcu.c