diff options
Diffstat (limited to 'arch/sparc/kernel/entry.S')
-rw-r--r-- | arch/sparc/kernel/entry.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/sparc/kernel/entry.S b/arch/sparc/kernel/entry.S index 4bcfe54f878d..55d3be1b5d81 100644 --- a/arch/sparc/kernel/entry.S +++ b/arch/sparc/kernel/entry.S | |||
@@ -1317,7 +1317,6 @@ linux_sparc_syscall: | |||
1317 | bne linux_fast_syscall | 1317 | bne linux_fast_syscall |
1318 | /* Just do first insn from SAVE_ALL in the delay slot */ | 1318 | /* Just do first insn from SAVE_ALL in the delay slot */ |
1319 | 1319 | ||
1320 | .globl syscall_is_too_hard | ||
1321 | syscall_is_too_hard: | 1320 | syscall_is_too_hard: |
1322 | SAVE_ALL_HEAD | 1321 | SAVE_ALL_HEAD |
1323 | rd %wim, %l3 | 1322 | rd %wim, %l3 |
@@ -1544,8 +1543,7 @@ kgdb_trap_low: | |||
1544 | #endif | 1543 | #endif |
1545 | 1544 | ||
1546 | .align 4 | 1545 | .align 4 |
1547 | .globl __handle_exception, flush_patch_exception | 1546 | .globl flush_patch_exception |
1548 | __handle_exception: | ||
1549 | flush_patch_exception: | 1547 | flush_patch_exception: |
1550 | FLUSH_ALL_KERNEL_WINDOWS; | 1548 | FLUSH_ALL_KERNEL_WINDOWS; |
1551 | ldd [%o0], %o6 | 1549 | ldd [%o0], %o6 |