diff options
author | Hari Bathini <hbathini@linux.vnet.ibm.com> | 2016-04-08 00:00:34 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-04-21 15:32:58 +0200 |
commit | 057b6d7e62ea4e6b1809e2946929d0d586cad142 (patch) | |
tree | a2d4fe35eb9971d5c7cdfe4f02098072998173d3 /arch/powerpc/kernel/idle_6xx.S | |
parent | powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel (diff) | |
download | linux-057b6d7e62ea4e6b1809e2946929d0d586cad142.tar.xz linux-057b6d7e62ea4e6b1809e2946929d0d586cad142.zip |
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>
Diffstat (limited to 'arch/powerpc/kernel/idle_6xx.S')
0 files changed, 0 insertions, 0 deletions