From: Felipe Balbi <felipe.balbi@xxxxxxxxx> Signed-off-by: Felipe Balbi <felipe.balbi@xxxxxxxxx> --- arch/arm/mach-omap1/board-palmtt.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap1/board-palmtt.c b/arch/arm/mach-omap1/board-palmtt.c index 40f9860..8e39d9a 100644 --- a/arch/arm/mach-omap1/board-palmtt.c +++ b/arch/arm/mach-omap1/board-palmtt.c @@ -320,10 +320,10 @@ static struct omap_board_config_kernel palmtt_config[] __initdata = { static void __init omap_mpu_wdt_mode(int mode) { if (mode) - omap_writew(0x8000, OMAP_WDT_TIMER_MODE); + __raw_writew(0x8000, OMAP_WDT_TIMER_MODE); else { - omap_writew(0x00f5, OMAP_WDT_TIMER_MODE); - omap_writew(0x00a0, OMAP_WDT_TIMER_MODE); + __raw_writew(0x00f5, OMAP_WDT_TIMER_MODE); + __raw_writew(0x00a0, OMAP_WDT_TIMER_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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html