From: Frederic Weisbecker Date: Thu, 15 Apr 2010 21:10:43 +0000 (+0200) Subject: lockdep: Simplify debug atomic ops X-Git-Tag: v2.6.35-rc1~525^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=913769f24eadcd38a936ffae41d9b4895ec02e43;p=pandora-kernel.git lockdep: Simplify debug atomic ops Simplify debug_atomic_inc/dec by using this_cpu_inc/dec() instead of doing it through an indirect get_cpu_var() and a manual incrementation. Signed-off-by: Frederic Weisbecker Cc: Peter Zijlstra --- Reading git-diff-tree failed