Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82846
b: refs/heads/master
c: a34746b
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin authored and Ingo Molnar committed Feb 4, 2008
1 parent aa7ca6d commit 4961515
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 1622ac23bd3568c3ae8bb391dd3adb51887d7141
refs/heads/master: a34746bc43eb63e545abf5eb002d96483a54ee32
7 changes: 7 additions & 0 deletions trunk/include/asm-x86/asm.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,11 @@

#endif /* CONFIG_X86_32 */

/* Exception table entry */
# define _ASM_EXTABLE(from,to) \
" .section __ex_table,\"a\"\n" \
_ASM_ALIGN "\n" \
_ASM_PTR #from "," #to "\n" \
" .previous\n"

#endif /* _ASM_X86_ASM_H */

0 comments on commit 4961515

Please sign in to comment.