]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - arch/powerpc/kernel/exceptions-64s.S
powerpc/book3s64: Remove __end_handlers marker
authorHari Bathini <hbathini@linux.vnet.ibm.com>
Thu, 7 Apr 2016 22:00:34 +0000 (03:30 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 21 Apr 2016 13:32:58 +0000 (23:32 +1000)
commit057b6d7e62ea4e6b1809e2946929d0d586cad142
treea2d4fe35eb9971d5c7cdfe4f02098072998173d3
parent8ed8ab40047a570fdd8043a40c104a57248dd3fd
powerpc/book3s64: Remove __end_handlers marker

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: Hari Bathini <hbathini@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/exceptions-64s.S