|
@@ -4,11 +4,9 @@
|
|
#ifdef __ASSEMBLY__
|
|
#ifdef __ASSEMBLY__
|
|
# define __ASM_FORM(x) x
|
|
# define __ASM_FORM(x) x
|
|
# define __ASM_FORM_COMMA(x) x,
|
|
# define __ASM_FORM_COMMA(x) x,
|
|
-# define __ASM_EX_SEC .section __ex_table, "a"
|
|
|
|
#else
|
|
#else
|
|
# define __ASM_FORM(x) " " #x " "
|
|
# define __ASM_FORM(x) " " #x " "
|
|
# define __ASM_FORM_COMMA(x) " " #x ","
|
|
# define __ASM_FORM_COMMA(x) " " #x ","
|
|
-# define __ASM_EX_SEC " .section __ex_table,\"a\"\n"
|
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
#ifdef CONFIG_X86_32
|
|
#ifdef CONFIG_X86_32
|