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:

committed by
Michael Ellerman

parent
32c8c4c621
commit
c62ce9ef97
@@ -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) {
|
||||
|
Reference in New Issue
Block a user