From: Vineet Gupta Date: Sat, 30 Mar 2013 09:37:47 +0000 (+0530) Subject: ARC: [kbuild] Allow platforms to disable LLSC for !SMP as well X-Git-Tag: v3.10-rc1~25^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbf8e13d31bafd1fd1135627b1eaaf70520cb8ab;p=pandora-kernel.git ARC: [kbuild] Allow platforms to disable LLSC for !SMP as well Currently ARC_HAS_LLSC can be influenced by platform for SMP only using ARC_HAS_COH_LLSC. For !SMP it defaults to "y". It turns out that some customers can't support it all, even in UP. So we change the semantics, and use a negative dependency ARC_CANT_LLSC. Any platform (independent of SMP or !SMP) can select it to disable LLSC. Signed-off-by: Vineet Gupta --- Reading git-diff-tree failed