ARM: OMAP: Add write memory barriers to OMAP2 clock code
authorJuha Yrjola <juha.yrjola@solidboot.com>
Tue, 5 Sep 2006 17:59:30 +0000 (20:59 +0300)
committerJuha Yrjola <juha.yrjola@solidboot.com>
Tue, 5 Sep 2006 17:59:30 +0000 (20:59 +0300)
After adjusting clock parameters, OMAP2 CPUs need a memory
barrier to make sure the changes go into effect immediately.
Otherwise bad things will happen if we try to access the
peripheral whose clock is just being enabled.

Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>

No differences found