Skip to content

Commit

Permalink
nios2: add missing ptrace registers defines
Browse files Browse the repository at this point in the history
These are all register available in nios2.

Signed-off-by: Ley Foon Tan <lftan@altera.com>
  • Loading branch information
Ley Foon Tan committed Apr 9, 2015
1 parent 7587d12 commit e3e29f9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions arch/nios2/include/uapi/asm/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,17 @@
#define PTR_IPENDING 37
#define PTR_CPUID 38
#define PTR_CTL6 39
#define PTR_CTL7 40
#define PTR_EXCEPTION 40
#define PTR_PTEADDR 41
#define PTR_TLBACC 42
#define PTR_TLBMISC 43
#define PTR_ECCINJ 44
#define PTR_BADADDR 45
#define PTR_CONFIG 46
#define PTR_MPUBASE 47
#define PTR_MPUACC 48

#define NUM_PTRACE_REG (PTR_TLBMISC + 1)
#define NUM_PTRACE_REG (PTR_MPUACC + 1)

/* User structures for general purpose registers. */
struct user_pt_regs {
Expand Down

0 comments on commit e3e29f9

Please sign in to comment.