diff --git a/[refs] b/[refs] index 53371090fb1a..12f32cceba36 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1622ac23bd3568c3ae8bb391dd3adb51887d7141 +refs/heads/master: a34746bc43eb63e545abf5eb002d96483a54ee32 diff --git a/trunk/include/asm-x86/asm.h b/trunk/include/asm-x86/asm.h index 1a6980a60fc6..90dec0c23646 100644 --- a/trunk/include/asm-x86/asm.h +++ b/trunk/include/asm-x86/asm.h @@ -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 */