• Hari Bathini's avatar
    powerpc/book3s64: Remove __end_handlers marker · 057b6d7e
    Hari Bathini authored
    The __end_handlers marker was intended to mark down upto code that gets
    called from exception prologs. But that hasn't kept pace with code
    changes. Case in point, slb_miss_realmode being called from exception
    prolog code but isn't below __end_handlers marker. So, __end_handlers
    marker is as good as a comment but could be misleading at times if it
    isn't in sync with the code, as is the case now. So, let us avoid this
    confusion by having a better comment and removing __end_handlers marker
    altogether.
    Signed-off-by: default avatarHari Bathini <hbathini@linux.vnet.ibm.com>
    Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
    057b6d7e
exceptions-64s.S 42.5 KB