You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user