]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/kernel/signal.c
powerpc: Correct DSCR during TM context switch
[karo-tx-linux.git] / arch / powerpc / kernel / signal.c
index 8fc4177ed65acb6e9b1873f3614fc0457125c783..1c794cef2883ea314b205c8f0aa01a89b54e806a 100644 (file)
@@ -134,7 +134,7 @@ static int do_signal(struct pt_regs *regs)
         */
        if (current->thread.hw_brk.address &&
                current->thread.hw_brk.type)
-               set_breakpoint(&current->thread.hw_brk);
+               __set_breakpoint(&current->thread.hw_brk);
 #endif
        /* Re-enable the breakpoints for the signal stack */
        thread_change_pc(current, regs);