diff options
Diffstat (limited to 'sys/powerpc/aim/locore.S')
| -rw-r--r-- | sys/powerpc/aim/locore.S | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sys/powerpc/aim/locore.S b/sys/powerpc/aim/locore.S index 76fc3aa6dc09e..79c575daacb4c 100644 --- a/sys/powerpc/aim/locore.S +++ b/sys/powerpc/aim/locore.S @@ -940,24 +940,6 @@ s_trap: rfi /* - * Child comes here at the end of a fork. - * Mostly similar to the above. - */ - .globl fork_trampoline -fork_trampoline: - xor 3,3,3 -#if 0 /* XXX */ - bl lcsplx -#endif - mtlr 31 - mr 3,30 - blrl /* jump indirect to r31 */ - mr 3,30 - bl ast - FRAME_LEAVE(tempsave) - rfi - -/* * DSI second stage fault handler */ s_dsitrap: |
