Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101770
b: refs/heads/master
c: e5093ff
h: refs/heads/master
v: v3
  • Loading branch information
Srinivasa Ds authored and Benjamin Herrenschmidt committed Jul 9, 2008
1 parent 55cf247 commit 0b94459
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 058c78f4ba89df7b2de82ac271452f09e2b8fa05
refs/heads/master: e5093ff05d36c64e8f36a9ddb26358256dc133ea
2 changes: 2 additions & 0 deletions trunk/include/asm-powerpc/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ struct thread_struct {
#define thread_saved_pc(tsk) \
((tsk)->thread.regs? (tsk)->thread.regs->nip: 0)

#define task_pt_regs(tsk) ((struct pt_regs *)(tsk)->thread.regs)

unsigned long get_wchan(struct task_struct *p);

#define KSTK_EIP(tsk) ((tsk)->thread.regs? (tsk)->thread.regs->nip: 0)
Expand Down

0 comments on commit 0b94459

Please sign in to comment.