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>
This commit is contained in:
parent
89d93347d1
commit
ca851c783c
4 changed files with 1 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue