Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Al Viro | 8bec271 | 2016-12-25 14:24:35 -0500 | [diff] [blame] | 2 | #ifndef _ASM_IA64_EXTABLE_H |
3 | #define _ASM_IA64_EXTABLE_H | ||||
4 | |||||
5 | #define ARCH_HAS_RELATIVE_EXTABLE | ||||
6 | |||||
7 | struct exception_table_entry { | ||||
8 | int insn; /* location-relative address of insn this fixup is for */ | ||||
9 | int fixup; /* location-relative continuation addr.; if bit 2 is set, r9 is set to 0 */ | ||||
10 | }; | ||||
11 | |||||
12 | #endif |