From: Thomas Gleixner Date: Mon, 9 Nov 2009 15:21:41 +0000 (+0000) Subject: locking: Reduce ifdefs in kernel/spinlock.c X-Git-Tag: v2.6.33-rc1~407^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e13c7b772387f55dc05c6a0e5b30010c3c46ff9;p=pandora-kernel.git locking: Reduce ifdefs in kernel/spinlock.c With the Kconfig based inline decisions we can remove extra ifdefs in kernel/spinlock.c by creating the complex lockbreak functions as inlines which are inserted into the non inlined lock functions. No functional change. Signed-off-by: Thomas Gleixner LKML-Reference: <20091109151428.548614772@linutronix.de> Acked-by: Heiko Carstens Reviewed-by: Ingo Molnar Acked-by: Peter Zijlstra --- Reading git-diff-tree failed