diff options
Diffstat (limited to 'arch/sh/include/asm')
-rw-r--r-- | arch/sh/include/asm/dwarf.h | 4 | ||||
-rw-r--r-- | arch/sh/include/asm/heartbeat.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/include/asm/dwarf.h b/arch/sh/include/asm/dwarf.h index 60b180728d8d..d3d3837c5e1b 100644 --- a/arch/sh/include/asm/dwarf.h +++ b/arch/sh/include/asm/dwarf.h | |||
@@ -340,6 +340,10 @@ struct dwarf_stack { | |||
340 | #define DW_CFA_lo_user 0x1c | 340 | #define DW_CFA_lo_user 0x1c |
341 | #define DW_CFA_hi_user 0x3f | 341 | #define DW_CFA_hi_user 0x3f |
342 | 342 | ||
343 | /* GNU extension opcodes */ | ||
344 | #define DW_CFA_GNU_args_size 0x2e | ||
345 | #define DW_CFA_GNU_negative_offset_extended 0x2f | ||
346 | |||
343 | /* | 347 | /* |
344 | * Some call frame instructions encode their operands in the opcode. We | 348 | * Some call frame instructions encode their operands in the opcode. We |
345 | * need some helper functions to extract both the opcode and operands | 349 | * need some helper functions to extract both the opcode and operands |
diff --git a/arch/sh/include/asm/heartbeat.h b/arch/sh/include/asm/heartbeat.h index 724a43ed245e..caaafe5a3ef1 100644 --- a/arch/sh/include/asm/heartbeat.h +++ b/arch/sh/include/asm/heartbeat.h | |||
@@ -11,6 +11,7 @@ struct heartbeat_data { | |||
11 | unsigned int nr_bits; | 11 | unsigned int nr_bits; |
12 | struct timer_list timer; | 12 | struct timer_list timer; |
13 | unsigned int regsize; | 13 | unsigned int regsize; |
14 | unsigned int mask; | ||
14 | unsigned long flags; | 15 | unsigned long flags; |
15 | }; | 16 | }; |
16 | 17 | ||