diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-07-24 23:57:42 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-07-24 23:57:42 -0400 |
commit | d5148ffa600e6a655b458bedc593020e0574f967 (patch) | |
tree | e53d7e8c7e18eef3d4fe3077b3f68005d16f9bf0 /include/asm-blackfin/mach-bf537 | |
parent | 60e9356d770ca3622fe5e84680b78fc376e53fbf (diff) |
Blackfin arch: use the [CS]SYNC() macros which include anomaly workarounds rather than __builtin_bfin_[cs]sync()
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'include/asm-blackfin/mach-bf537')
-rw-r--r-- | include/asm-blackfin/mach-bf537/cdefBF534.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-blackfin/mach-bf537/cdefBF534.h b/include/asm-blackfin/mach-bf537/cdefBF534.h index 84e58fa73dce..5dab41fb9c75 100644 --- a/include/asm-blackfin/mach-bf537/cdefBF534.h +++ b/include/asm-blackfin/mach-bf537/cdefBF534.h | |||
@@ -57,7 +57,7 @@ static __inline__ void bfin_write_VR_CTL(unsigned int val) | |||
57 | bfin_write32(SIC_IWR, IWR_ENABLE(0)); | 57 | bfin_write32(SIC_IWR, IWR_ENABLE(0)); |
58 | 58 | ||
59 | bfin_write16(VR_CTL, val); | 59 | bfin_write16(VR_CTL, val); |
60 | __builtin_bfin_ssync(); | 60 | SSYNC(); |
61 | 61 | ||
62 | local_irq_save(flags); | 62 | local_irq_save(flags); |
63 | asm("IDLE;"); | 63 | asm("IDLE;"); |