Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295311
b: refs/heads/master
c: 1bc0b9f
h: refs/heads/master
i:
  295309: dcd6804
  295307: 0e41383
  295303: 4ac6208
  295295: ff6249b
v: v3
  • Loading branch information
Jonas Bonn committed Mar 6, 2012
1 parent 3817acd commit 1f9893c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6cbe5e95267449ea0b79c0b049342409949da3ac
refs/heads/master: 1bc0b9fd7510742cf159ecc9e4d2fa87c804939a
4 changes: 2 additions & 2 deletions trunk/arch/openrisc/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ extern inline void prepare_to_copy(struct task_struct *tsk)
#define INIT_THREAD { }


#define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc);
#define KSTK_ESP(tsk) (task_pt_regs(tsk)->sp);
#define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc)
#define KSTK_ESP(tsk) (task_pt_regs(tsk)->sp)


extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags);
Expand Down

0 comments on commit 1f9893c

Please sign in to comment.