powerpc/mm: Remove long disabled SLB code
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 16 Mar 2016 10:56:20 +0000 (21:56 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 11 Apr 2016 10:30:40 +0000 (20:30 +1000)
commit1f4c66e80574e85aff25179fc71bdadfb1a701ef
treef94ea5c1517381c5bb65f987fd26c40d8aa77898
parentf8a25db47ebc11fe228735d916e480d4b2ebe611
powerpc/mm: Remove long disabled SLB code

We have a bunch of SLB related code in the tree which is there to handle
dynamic VSIDs - but currently it's all disabled at compile time. The
comments say "Keep that around for when we re-implement dynamic VSIDs".

But that was over 10 years ago (commit 3c726f8dee6f ("[PATCH] ppc64:
support 64k pages")). The chance that it would still work unchanged is
minimal, and in the meantime it's confusing to folks browsing/grepping
the code. If we ever want to re-instate it, it's in the git history.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Acked-by: Balbir Singh <bsingharora@gmail.com>
arch/powerpc/kernel/exceptions-64s.S
arch/powerpc/mm/slb.c
arch/powerpc/mm/slb_low.S