From 0598421297d6fcbc0bd75fb9e0f8595c301128ca Mon Sep 17 00:00:00 2001 From: Jason Wang Date: Sat, 21 Aug 2010 16:24:03 +0800 Subject: [PATCH] --- yaml --- r: 210426 b: refs/heads/master c: a38b372fc2a3d8fe7ddbeab94d4c8bcb721f2403 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-mxc/tzic.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3fcb77d24d32..d860c58f67e5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c735c40587cea45f9d2f83339f374595073c1923 +refs/heads/master: a38b372fc2a3d8fe7ddbeab94d4c8bcb721f2403 diff --git a/trunk/arch/arm/plat-mxc/tzic.c b/trunk/arch/arm/plat-mxc/tzic.c index b3da9aad4295..3703ab28257f 100644 --- a/trunk/arch/arm/plat-mxc/tzic.c +++ b/trunk/arch/arm/plat-mxc/tzic.c @@ -164,8 +164,9 @@ int tzic_enable_wake(int is_idle) return -EAGAIN; for (i = 0; i < 4; i++) { - v = is_idle ? __raw_readl(TZIC_ENSET0(i)) : wakeup_intr[i]; - __raw_writel(v, TZIC_WAKEUP0(i)); + v = is_idle ? __raw_readl(tzic_base + TZIC_ENSET0(i)) : + wakeup_intr[i]; + __raw_writel(v, tzic_base + TZIC_WAKEUP0(i)); } return 0;