From: Felipe Balbi <[EMAIL PROTECTED]>
Signed-off-by: Felipe Balbi <[EMAIL PROTECTED]>
---
arch/arm/plat-omap/include/mach/system.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/plat-omap/include/mach/system.h
b/arch/arm/plat-omap/include/mach/system.h
index e9b9563..f975d6f 100644
--- a/arch/arm/plat-omap/include/mach/system.h
+++ b/arch/arm/plat-omap/include/mach/system.h
@@ -27,15 +27,15 @@ static inline void omap1_arch_reset(char mode)
* "Global Software Reset Affects Traffic Controller Frequency".
*/
if (cpu_is_omap5912()) {
- omap_writew(omap_readw(DPLL_CTL) & ~(1 << 4),
+ __raw_writew(__raw_readw(DPLL_CTL) & ~(1 << 4),
DPLL_CTL);
- omap_writew(0x8, ARM_RSTCT1);
+ __raw_writew(0x8, ARM_RSTCT1);
}
if (machine_is_voiceblue())
voiceblue_reset();
else
- omap_writew(1, ARM_RSTCT1);
+ __raw_writew(1, ARM_RSTCT1);
}
static inline void arch_reset(char mode)
--
1.6.0.2.307.gc427
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html