• Michael Ellerman's avatar
    powerpc/mm: Remove long disabled SLB code · 1f4c66e8
    Michael Ellerman authored
    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 3c726f8d ("[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: default avatarMichael Ellerman <mpe@ellerman.id.au>
    Acked-by: default avatarBalbir Singh <bsingharora@gmail.com>
    1f4c66e8
slb_low.S 7.31 KB