diff options
author | Rabin Vincent <rabin@rab.in> | 2010-01-25 18:43:03 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-02-15 21:39:50 (GMT) |
commit | c5113b61baf7a9a8616eca83e20847e7fecdc679 (patch) | |
tree | a7109d04a3dc00b7e6063a9a69fe5afcf3eb85d8 /samples | |
parent | 24b44a66fa240f6fc63343623ca730d39754047e (diff) | |
download | linux-fsl-qoriq-c5113b61baf7a9a8616eca83e20847e7fecdc679.tar.xz |
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 <rabin@rab.in>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions