Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173529
b: refs/heads/master
c: c23b653
h: refs/heads/master
i:
  173527: 7597c1a
v: v3
  • Loading branch information
Greg Ungerer authored and Greg Ungerer committed Dec 4, 2009
1 parent 9a680c2 commit 356c5a4
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: 193f087d492c566a211d01942c0f6b395f34f2ab
refs/heads/master: c23b6538d08c8da5e401b8d7c912b322e8ec9c26
2 changes: 2 additions & 0 deletions trunk/arch/m68k/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ unsigned long get_wchan(struct task_struct *p);
eip; })
#define KSTK_ESP(tsk) ((tsk) == current ? rdusp() : (tsk)->thread.usp)

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

#define cpu_relax() barrier()

#endif

0 comments on commit 356c5a4

Please sign in to comment.