diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-17 06:12:39 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-17 06:12:39 -0400 |
commit | 7ac59c624992281ff315911dea2a98ca3f3ff06e (patch) | |
tree | cef07b70e33f78cd184a05b16876756fb6e8a4ab /arch/ppc/kernel/entry.S | |
parent | 3e63b9ec51eb1d9f441e5015427b23d70e5991b3 (diff) |
ppc: Fix various compile errors resulting from ptrace.c merge
This introduces flush_{fp,altivec,spe}_to_thread and fixes a
branch-too-far error in linking.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/kernel/entry.S')
-rw-r--r-- | arch/ppc/kernel/entry.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ppc/kernel/entry.S b/arch/ppc/kernel/entry.S index 03d4886869f3..68fc61221776 100644 --- a/arch/ppc/kernel/entry.S +++ b/arch/ppc/kernel/entry.S | |||
@@ -633,7 +633,8 @@ sigreturn_exit: | |||
633 | rlwinm r12,r1,0,0,18 /* current_thread_info() */ | 633 | rlwinm r12,r1,0,0,18 /* current_thread_info() */ |
634 | lwz r9,TI_FLAGS(r12) | 634 | lwz r9,TI_FLAGS(r12) |
635 | andi. r0,r9,_TIF_SYSCALL_T_OR_A | 635 | andi. r0,r9,_TIF_SYSCALL_T_OR_A |
636 | bnel- do_syscall_trace_leave | 636 | beq+ ret_from_except_full |
637 | bl do_syscall_trace_leave | ||
637 | /* fall through */ | 638 | /* fall through */ |
638 | 639 | ||
639 | .globl ret_from_except_full | 640 | .globl ret_from_except_full |