summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files/arch/mips/danube/reset.c
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-12-22 00:17:22 +0000
committerJohn Crispin <john@openwrt.org>2007-12-22 00:17:22 +0000
commit7af3296c76f4e3f7f564a4b195f283841e0978d9 (patch)
treedccc547dc41fd3b11647857aa364108fc79a7cbe /target/linux/ifxmips/files/arch/mips/danube/reset.c
parent285395cfca2b9ae3c9400177938c47874281e1c0 (diff)
downloadmaster-31e0f0ae-7af3296c76f4e3f7f564a4b195f283841e0978d9.tar.gz
master-31e0f0ae-7af3296c76f4e3f7f564a4b195f283841e0978d9.tar.bz2
master-31e0f0ae-7af3296c76f4e3f7f564a4b195f283841e0978d9.zip
change danube 2 ifxmips
SVN-Revision: 9821
Diffstat (limited to 'target/linux/ifxmips/files/arch/mips/danube/reset.c')
-rw-r--r--target/linux/ifxmips/files/arch/mips/danube/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ifxmips/files/arch/mips/danube/reset.c b/target/linux/ifxmips/files/arch/mips/danube/reset.c
index cb1793ca77..333c29d46e 100644
--- a/target/linux/ifxmips/files/arch/mips/danube/reset.c
+++ b/target/linux/ifxmips/files/arch/mips/danube/reset.c
@@ -37,7 +37,7 @@ danube_machine_restart (char *command)
printk (KERN_NOTICE "System restart\n");
local_irq_disable ();
- writel(readl(DANUBE_RCU_REQ) | DANUBE_RST_ALL, DANUBE_RCU_REQ);
+ writel(readl(IFXMIPS_RCU_REQ) | IFXMIPS_RST_ALL, IFXMIPS_RCU_REQ);
for (;;);
}