[PARISC] fix "reduce size of task_struct on 64-bit machines" fallout
Amazingly, parisc was the only arch effected by this... Convert register-sized loads/stores to always be 32-bit for these fields. Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
committed by
Kyle McMartin
parent
cb9577958d
commit
376e210b71
@@ -181,7 +181,7 @@ linux_gateway_entry:
|
||||
/* Are we being ptraced? */
|
||||
mfctl %cr30, %r1
|
||||
LDREG TI_TASK(%r1),%r1
|
||||
LDREG TASK_PTRACE(%r1), %r1
|
||||
ldw TASK_PTRACE(%r1), %r1
|
||||
bb,<,n %r1,31,.Ltracesys
|
||||
|
||||
/* Note! We cannot use the syscall table that is mapped
|
||||
|
Reference in New Issue
Block a user