[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>
This commit is contained in:

committed by
Paul Mackerras

parent
f4db196717
commit
4002aca771
@@ -133,7 +133,6 @@ struct thread_struct {
|
||||
mm_segment_t fs; /* for get_fs() validation */
|
||||
#ifdef CONFIG_PPC32
|
||||
void *pgdir; /* root of page-table tree */
|
||||
signed long last_syscall;
|
||||
#endif
|
||||
#if defined(CONFIG_4xx) || defined (CONFIG_BOOKE)
|
||||
unsigned long dbcr0; /* debug control register values */
|
||||
|
Reference in New Issue
Block a user