Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305448
b: refs/heads/master
c: 1a27bc0
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin committed Apr 20, 2012
1 parent d88a47e commit 0b05361
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: 015e6f11a9737684469feef9d523373b1746159d
refs/heads/master: 1a27bc0d99aabea6b628cb994a21a1c79b569fc9
9 changes: 4 additions & 5 deletions trunk/arch/x86/lib/getuser.S
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@ bad_get_user:
CFI_ENDPROC
END(bad_get_user)

.section __ex_table,"a"
_ASM_PTR 1b,bad_get_user
_ASM_PTR 2b,bad_get_user
_ASM_PTR 3b,bad_get_user
_ASM_EXTABLE(1b,bad_get_user)
_ASM_EXTABLE(2b,bad_get_user)
_ASM_EXTABLE(3b,bad_get_user)
#ifdef CONFIG_X86_64
_ASM_PTR 4b,bad_get_user
_ASM_EXTABLE(4b,bad_get_user)
#endif

0 comments on commit 0b05361

Please sign in to comment.