]> git.baikalelectronics.ru Git - kernel.git/commit
ARC: [kbuild] Allow platforms to disable LLSC for !SMP as well
authorVineet Gupta <vgupta@synopsys.com>
Sat, 30 Mar 2013 09:37:47 +0000 (15:07 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Tue, 9 Apr 2013 11:57:00 +0000 (17:27 +0530)
commit051ab4ff9abd10ac6d1e7a7d49fe188f01c78b7f
treebb25980836831934977a6d72ad856292ee9bc8ce
parenta6e09662137aa28e16637439ca8f38435bd121f9
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 <vgupta@synopsys.com>
arch/arc/Kconfig