Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305439
b: refs/heads/master
c: d454180
h: refs/heads/master
i:
  305437: c138054
  305435: 1a56135
  305431: 6db9ce0
  305423: c9e4d1d
  305407: 41e60bf
v: v3
  • Loading branch information
H. Peter Anvin committed Apr 20, 2012
1 parent aab51d4 commit 449552a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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: 060feb650010c261fcfbae9de9348b46cedcd3cd
refs/heads/master: d4541805e812abb5110d5de83246488fa0aa9a8e
20 changes: 10 additions & 10 deletions trunk/arch/x86/include/asm/asm.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@

/* Exception table entry */
#ifdef __ASSEMBLY__
# define _ASM_EXTABLE(from,to) \
__ASM_EX_SEC ; \
_ASM_ALIGN ; \
_ASM_PTR from , to ; \
.previous
# define _ASM_EXTABLE(from,to) \
.pushsection "__ex_table","a" ; \
_ASM_ALIGN ; \
_ASM_PTR from , to ; \
.popsection
#else
# define _ASM_EXTABLE(from,to) \
__ASM_EX_SEC \
_ASM_ALIGN "\n" \
_ASM_PTR #from "," #to "\n" \
" .previous\n"
# define _ASM_EXTABLE(from,to) \
" .pushsection \"__ex_table\",\"a\"\n" \
_ASM_ALIGN "\n" \
_ASM_PTR #from "," #to "\n" \
" .popsection\n"
#endif

#endif /* _ASM_X86_ASM_H */

0 comments on commit 449552a

Please sign in to comment.