OSDN Git Service

powerpc: Remove STAB code
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 10 Jul 2014 02:29:19 +0000 (12:29 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 28 Jul 2014 04:10:22 +0000 (14:10 +1000)
commit376af5947c0e441ccbf98f0212d4ffbf171528f6
tree8d80f48caea9448257de40a2a9c7279cc80e60b0
parent468a33028edd62549ad3c4dcbc23dd0311c67832
powerpc: Remove STAB code

Old cpus didn't have a Segment Lookaside Buffer (SLB), instead they had
a Segment Table (STAB). Now that we've dropped support for those cpus,
we can remove the STAB support entirely.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
12 files changed:
arch/powerpc/include/asm/mmu-hash64.h
arch/powerpc/include/asm/mmu_context.h
arch/powerpc/include/asm/paca.h
arch/powerpc/include/asm/reg.h
arch/powerpc/kernel/asm-offsets.c
arch/powerpc/kernel/exceptions-64s.S
arch/powerpc/kernel/head_64.S
arch/powerpc/kernel/setup_64.c
arch/powerpc/mm/Makefile
arch/powerpc/mm/hash_utils_64.c
arch/powerpc/mm/stab.c [deleted file]
arch/powerpc/xmon/xmon.c