hrtimer: fix *rmtp handling in hrtimer_nanosleep()
[pandora-kernel.git] / include / asm-x86 / asm.h
index 1a6980a..90dec0c 100644 (file)
 
 #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 */