OSDN Git Service

staging: vc04_services: Convert dsb() to dsb(sy)
authorMichael Zoran <mzoran@crowfest.net>
Wed, 19 Oct 2016 22:58:09 +0000 (15:58 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Oct 2016 13:21:26 +0000 (15:21 +0200)
commit35b7ebda57affcfd3616d39d5a727a4495b31123
tree7f39824a93697d9d82b711b6c5875ede08e23d1f
parentc7c88e998aff87e0fe3fd3af1d998803ef15fa52
staging: vc04_services: Convert dsb() to dsb(sy)

The dsb() macro for 32 arm compiles to dsb(sy) in the binary file.
This macro is no longer supported on arm64, so instead use dsb(sy)
which is completely binary compatible.

Signed-off-by: Michael Zoran <mzoran@crowfest.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h