diff options
author | Anton Blanchard <anton@samba.org> | 2007-03-20 16:08:33 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-03-22 12:52:58 +0100 |
commit | 4002aca771a2aa2848e94a98cf51a2cae4e77ae0 (patch) | |
tree | 674a1993678a237a5bf139027bd535906ed7ddd4 /arch/powerpc/kernel/entry_32.S | |
parent | [POWERPC] Remove _get_SP (diff) | |
download | linux-4002aca771a2aa2848e94a98cf51a2cae4e77ae0.tar.xz linux-4002aca771a2aa2848e94a98cf51a2cae4e77ae0.zip |
[POWERPC] Remove last_syscall
Remove last_syscall from 32bit powerpc, its been gone in 64bit for years.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/entry_32.S')
-rw-r--r-- | arch/powerpc/kernel/entry_32.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/entry_32.S b/arch/powerpc/kernel/entry_32.S index c03e829fee3c..c29d1652a421 100644 --- a/arch/powerpc/kernel/entry_32.S +++ b/arch/powerpc/kernel/entry_32.S @@ -191,7 +191,6 @@ stack_ovf: 0: _GLOBAL(DoSyscall) - stw r0,THREAD+LAST_SYSCALL(r2) stw r3,ORIG_GPR3(r1) li r12,0 stw r12,RESULT(r1) |