~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to arch/sparc/include/asm/ptrace.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
205
205
} while (0)
206
206
#define user_mode(regs) (!((regs)->tstate & TSTATE_PRIV))
207
207
#define instruction_pointer(regs) ((regs)->tpc)
 
208
#define instruction_pointer_set(regs, val) ((regs)->tpc = (val))
208
209
#define user_stack_pointer(regs) ((regs)->u_regs[UREG_FP])
209
210
#define regs_return_value(regs) ((regs)->u_regs[UREG_I0])
210
211
#ifdef CONFIG_SMP