From: Peter Zijlstra Date: Mon, 3 Feb 2014 12:32:16 +0000 (+0100) Subject: locking: Move mcs_spinlock.h into kernel/locking/ X-Git-Tag: v3.15-rc1~184^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9122da1e2d29bd6a1475a0d1ce2aa6ac6ea25fa;p=pandora-kernel.git locking: Move mcs_spinlock.h into kernel/locking/ The mcs_spinlock code is not meant (or suitable) as a generic locking primitive, therefore take it away from the normal includes and place it in kernel/locking/. This way the locking primitives implemented there can use it as part of their implementation but we do not risk it getting used inapropriately. Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/n/tip-byirmpamgr7h25m5kyavwpzx@git.kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed