aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/cpm2.c
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-04-22 13:44:24 -0500
committerKumar Gala <galak@kernel.crashing.org>2009-05-19 00:47:19 -0500
commitca851c783ccf9784fb6ffebcb25e2b6fd0b8dccc (patch)
treecb3fe80b3146be3c6dbebd97b26c6c1f89bc7c33 /arch/powerpc/sysdev/cpm2.c
parentpowerpc: make dma_window_* in pci_controller struct avail on 32b (diff)
downloadlinux-dev-ca851c783ccf9784fb6ffebcb25e2b6fd0b8dccc.tar.xz
linux-dev-ca851c783ccf9784fb6ffebcb25e2b6fd0b8dccc.zip
powerpc/cpm: Remove some cruft code and defines
Kill of some old defines and macros that we no longer use like CPM_MAP_ADDR and CPM_IRQ_OFFSET. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/sysdev/cpm2.c')
-rw-r--r--arch/powerpc/sysdev/cpm2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/cpm2.c b/arch/powerpc/sysdev/cpm2.c
index fd969f0e3121..eb5927212fab 100644
--- a/arch/powerpc/sysdev/cpm2.c
+++ b/arch/powerpc/sysdev/cpm2.c
@@ -61,7 +61,7 @@ EXPORT_SYMBOL(cpm2_immr);
void __init cpm2_reset(void)
{
#ifdef CONFIG_PPC_85xx
- cpm2_immr = ioremap(CPM_MAP_ADDR, CPM_MAP_SIZE);
+ cpm2_immr = ioremap(get_immrbase() + 0x80000, CPM_MAP_SIZE);
#else
cpm2_immr = ioremap(get_immrbase(), CPM_MAP_SIZE);
#endif