thermal/spear_thermal: replace readl/writel with lighter _relaxed variants
authorViresh Kumar <viresh.kumar@st.com>
Wed, 21 Mar 2012 19:55:03 +0000 (12:55 -0700)
committerLen Brown <len.brown@intel.com>
Thu, 22 Mar 2012 05:06:43 +0000 (01:06 -0400)
readl/writel versions for ARM contain memory barrier instruction for
synchronizing DMA buffers.  These are not required at least on this
module.  So use lighter _relaxed variants.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found