From b36c098ab1613c287fcd237b65c7a83bef52cce7 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 20 Apr 2012 12:20:30 -0700 Subject: [PATCH] --- yaml --- r: 305453 b: refs/heads/master c: 447657e31235c692f579c639250317c7f565cd0d h: refs/heads/master i: 305451: ce3450745297cc73440a9f8aa2506735a6a4a74a v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/asm.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 1438365b0564..9927db0487e0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8f6380b9ec1cc4bed9b38144f739b87dd2cddb1d +refs/heads/master: 447657e31235c692f579c639250317c7f565cd0d diff --git a/trunk/arch/x86/include/asm/asm.h b/trunk/arch/x86/include/asm/asm.h index ff3f6bffcbf9..53dce41f2517 100644 --- a/trunk/arch/x86/include/asm/asm.h +++ b/trunk/arch/x86/include/asm/asm.h @@ -4,11 +4,9 @@ #ifdef __ASSEMBLY__ # define __ASM_FORM(x) x # define __ASM_FORM_COMMA(x) x, -# define __ASM_EX_SEC .section __ex_table, "a" #else # define __ASM_FORM(x) " " #x " " # define __ASM_FORM_COMMA(x) " " #x "," -# define __ASM_EX_SEC " .section __ex_table,\"a\"\n" #endif #ifdef CONFIG_X86_32