Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305449
b: refs/heads/master
c: a53a96e
h: refs/heads/master
i:
  305447: d88a47e
v: v3
  • Loading branch information
H. Peter Anvin committed Apr 20, 2012
1 parent 0b05361 commit a002154
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 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: 1a27bc0d99aabea6b628cb994a21a1c79b569fc9
refs/heads/master: a53a96e5413d3639ed75d202bbfe68aa0a56c091
12 changes: 5 additions & 7 deletions trunk/arch/x86/lib/putuser.S
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,10 @@ bad_put_user:
EXIT
END(bad_put_user)

.section __ex_table,"a"
_ASM_PTR 1b,bad_put_user
_ASM_PTR 2b,bad_put_user
_ASM_PTR 3b,bad_put_user
_ASM_PTR 4b,bad_put_user
_ASM_EXTABLE(1b,bad_put_user)
_ASM_EXTABLE(2b,bad_put_user)
_ASM_EXTABLE(3b,bad_put_user)
_ASM_EXTABLE(4b,bad_put_user)
#ifdef CONFIG_X86_32
_ASM_PTR 5b,bad_put_user
_ASM_EXTABLE(5b,bad_put_user)
#endif
.previous

0 comments on commit a002154

Please sign in to comment.