From 49615150abd2dc2a39cf5fe23ec221ce5d8acf26 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 4 Feb 2008 16:47:56 +0100 Subject: [PATCH] --- yaml --- r: 82846 b: refs/heads/master c: a34746bc43eb63e545abf5eb002d96483a54ee32 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-x86/asm.h | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 */