Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37208
b: refs/heads/master
c: 3a1d5c8
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Sep 29, 2006
1 parent 9c075e2 commit 8cc5f9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d6c641026dec68acfb4b0baa98aad960e963ed97
refs/heads/master: 3a1d5c84ed2fa4034f86e3b204129c139471516e
4 changes: 4 additions & 0 deletions trunk/arch/sparc/lib/copy_user.S
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <asm/ptrace.h>
#include <asm/asmmacro.h>
#include <asm/page.h>
#include <asm/thread_info.h>

/* Work around cpp -rob */
#define ALLOC #alloc
Expand Down Expand Up @@ -366,6 +367,9 @@ fixupretl:
blu 1f
cmp %o1, %g1
bgeu 1f
ld [%g6 + TI_PREEMPT], %g1
cmp %g1, 0
bne 1f
nop
save %sp, -64, %sp
mov %i0, %o0
Expand Down

0 comments on commit 8cc5f9d

Please sign in to comment.