rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlink
[linux/fpc-iii.git] / arch / ia64 / include / asm / extable.h
blob20376e71eab4c5fbd720c910a6264857a6d7202b
1 #ifndef _ASM_IA64_EXTABLE_H
2 #define _ASM_IA64_EXTABLE_H
4 #define ARCH_HAS_RELATIVE_EXTABLE
6 struct exception_table_entry {
7 int insn; /* location-relative address of insn this fixup is for */
8 int fixup; /* location-relative continuation addr.; if bit 2 is set, r9 is set to 0 */
9 };
11 #endif