Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146751
b: refs/heads/master
c: be6514c
h: refs/heads/master
i:
  146749: 2721416
  146747: 12d0534
  146743: af96650
  146735: 050594e
  146719: 801d479
  146687: d910d3f
v: v3
  • Loading branch information
Kieran Bingham authored and Paul Mundt committed May 8, 2009
1 parent 91e4f0e commit a9a14bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 168f36237b16e2b3159e24c7d3b658e3c912d149
refs/heads/master: be6514c6295cc79498eeb9a8f933451082ca9e69
5 changes: 5 additions & 0 deletions trunk/arch/sh/include/asm/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ struct pt_dspregs {
#define PTRACE_GETDSPREGS 55 /* DSP registers */
#define PTRACE_SETDSPREGS 56

#define PT_TEXT_END_ADDR 240
#define PT_TEXT_ADDR 244 /* &(struct user)->start_code */
#define PT_DATA_ADDR 248 /* &(struct user)->start_data */
#define PT_TEXT_LEN 252

#ifdef __KERNEL__
#include <asm/addrspace.h>

Expand Down

0 comments on commit a9a14bb

Please sign in to comment.