aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-08-18 20:12:00 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-08-18 20:12:00 -0400
commitee8365f23355cdb66e7a6c5c9364e8d3ba4de32f (patch)
treee77b5ff0d17eb583312fe710de569081a3ec8f8d /arch/sh/include/asm
parent1b3edd9745ef3a9ee831fe5a611757686579c9e1 (diff)
parente174d13010a6bd52045466bc35ca5a86e3f3ba9b (diff)
Merge branch 'master' into sh/cachetlb
Conflicts: arch/sh/kernel/Makefile_64
Diffstat (limited to 'arch/sh/include/asm')
-rw-r--r--arch/sh/include/asm/dwarf.h4
-rw-r--r--arch/sh/include/asm/heartbeat.h1
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