diff options
| author | Anton Blanchard <anton@samba.org> | 2002-05-17 12:26:47 +1000 |
|---|---|---|
| committer | Anton Blanchard <anton@samba.org> | 2002-05-17 12:26:47 +1000 |
| commit | 338c8227de0842a22ee5995643f54a79073467f0 (patch) | |
| tree | 44824d53cc7bce999c1bdfe7da7673a69414edeb /include | |
| parent | cb365512885aa52913265d606c11b3d4f4ffec78 (diff) | |
ppc64: Remove last_syscall, we can work the syscall out easily from
our symbolic backtrace.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ppc64/processor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-ppc64/processor.h b/include/asm-ppc64/processor.h index 11deccb10899..024cc61849f9 100644 --- a/include/asm-ppc64/processor.h +++ b/include/asm-ppc64/processor.h @@ -651,7 +651,6 @@ struct thread_struct { unsigned long ksp; /* Kernel stack pointer */ struct pt_regs *regs; /* Pointer to saved register state */ mm_segment_t fs; /* for get_fs() validation */ - signed long last_syscall; double fpr[32]; /* Complete floating point set */ unsigned long fpscr; /* Floating point status */ }; @@ -662,7 +661,6 @@ struct thread_struct { INIT_SP, /* ksp */ \ (struct pt_regs *)INIT_SP - 1, /* regs */ \ KERNEL_DS, /*fs*/ \ - 0, /* last_syscall */ \ {0}, /* fpr */ \ 0 /* fpscr */ \ } |
