From: Rabin Vincent Date: Mon, 25 Jan 2010 18:43:03 +0000 (+0100) Subject: ARM: 5897/1: spinlock: don't use deprecated barriers on ARMv7 X-Git-Tag: v2.6.34-rc1~241^2~1^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5113b61baf7a9a8616eca83e20847e7fecdc679;p=pandora-kernel.git ARM: 5897/1: spinlock: don't use deprecated barriers on ARMv7 On ARMv7, the use of the cp15 operations for barriers is deprecated in favour of the isb, dsb, and dmb instructions. Change the locking functions to use the appropriate type of dsb for the architecture being built for. Signed-off-by: Rabin Vincent Signed-off-by: Russell King --- Reading git-diff-tree failed