powerpc: remove remaining bits from CONFIG_APUS

commit f21f49ea63 ("[POWERPC] Remove the dregs of APUS support from
arch/powerpc") removed CONFIG_APUS, but forgot to remove the logic
which adapts tophys() and tovirt() for it.

This patch removes the last stale pieces.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Christophe Leroy
2018-12-04 17:59:15 +00:00
committed by Michael Ellerman
parent 32c8c4c621
commit c62ce9ef97
2 changed files with 2 additions and 23 deletions

View File

@@ -206,12 +206,6 @@ SECTIONS
.init.data : AT(ADDR(.init.data) - LOAD_OFFSET) {
INIT_DATA
__vtop_table_begin = .;
KEEP(*(.vtop_fixup));
__vtop_table_end = .;
__ptov_table_begin = .;
KEEP(*(.ptov_fixup));
__ptov_table_end = .;
}
.init.setup : AT(ADDR(.init.setup) - LOAD_OFFSET) {