~ubuntu-branches/ubuntu/oneiric/linux-ti-omap4/oneiric

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Tim Gardner, Stefan Bader, Tim Gardner
  • Date: 2011-08-12 13:38:18 UTC
  • Revision ID: james.westby@ubuntu.com-20110812133818-xx7zwnu511h48yv5
Tags: 3.0.0-1201.4
[ Stefan Bader ]

* (config) Enable CGROUP_FREEZER
* Turn off the OMAP2_DSS_DSI support
  - LP: #720055

[ Tim Gardner ]

* [Config] updateconfigs after rebase to 3.0.0-8.11

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