ARC: Fix pt_orig_r8 access
authorVineet Gupta <vgupta@synopsys.com>
Mon, 11 Feb 2013 09:10:55 +0000 (14:40 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Fri, 15 Feb 2013 17:46:21 +0000 (23:16 +0530)
Syscall restarting fixes made pt_regs->orig_r8 a short word, which was
not reflected in the assembler code - thus could potentially break gdb
debugging.

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>

No differences found