From: Russell King Date: Mon, 15 Nov 2010 09:54:18 +0000 (+0000) Subject: ARM: SMP: avoid using bitmasks and locks for IPIs, use hardware instead X-Git-Tag: v2.6.38-rc1~471^2~2^2^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24480d980e9063b3ebd0dfdf2f396c305956c356;p=pandora-kernel.git ARM: SMP: avoid using bitmasks and locks for IPIs, use hardware instead Avoid using bitmasks and locks in the percpu area for IPIs, and instead use individual software generated interrupts to identify the reason for the IPI. This avoids the problems of having spinlocks in the percpu area. Reviewed-by: Catalin Marinas Signed-off-by: Russell King --- Reading git-diff-tree failed