Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57760
b: refs/heads/master
c: 376e210
h: refs/heads/master
v: v3
  • Loading branch information
Kyle McMartin authored and Kyle McMartin committed May 30, 2007
1 parent 327de45 commit 8629b26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cb9577958d85896303561d9cc8544885deb272be
refs/heads/master: 376e210b71d7736775f43f32c5c7712f90aaf59a
5 changes: 2 additions & 3 deletions trunk/arch/parisc/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -2019,10 +2019,9 @@ ENTRY(syscall_exit)
STREG %r28,TASK_PT_GR28(%r1)

#ifdef CONFIG_HPUX

/* <linux/personality.h> cannot be easily included */
#define PER_HPUX 0x10
LDREG TASK_PERSONALITY(%r1),%r19
ldw TASK_PERSONALITY(%r1),%r19

/* We can't use "CMPIB<> PER_HPUX" since "im5" field is sign extended */
ldo -PER_HPUX(%r19), %r19
Expand Down Expand Up @@ -2081,7 +2080,7 @@ syscall_restore:
/* Are we being ptraced? */
LDREG TI_TASK-THREAD_SZ_ALGN-FRAME_SIZE(%r30),%r1

LDREG TASK_PTRACE(%r1), %r19
ldw TASK_PTRACE(%r1), %r19
bb,< %r19,31,syscall_restore_rfi
nop

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/parisc/kernel/syscall.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8629b26

Please sign in to comment.