]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/mm: The 8xx doesn't call do_page_fault() for breakpoints
authorChristophe Leroy <christophe.leroy@c-s.fr>
Wed, 19 Apr 2017 12:56:32 +0000 (14:56 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 2 Jun 2017 09:20:12 +0000 (19:20 +1000)
commit92aa2fe039835a73fec335517652de32eeb58e0a
tree2d0a7de105c79e5527823249095f327ae8ac42c7
parentda929f6af4689c75868dc373b4549f53945b5af0
powerpc/mm: The 8xx doesn't call do_page_fault() for breakpoints

The 8xx has a dedicated exception for breakpoints, that directly
calls do_break()

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/fault.c