Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 686
b: refs/heads/master
c: c16993d
h: refs/heads/master
v: v3
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed May 1, 2005
1 parent 8d3ddcb commit c32842a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: c45166be3cc666ce88fe623ad79276c943e74eff
refs/heads/master: c16993d9009b4311f0e6088af38844eabc8b5e5b
4 changes: 0 additions & 4 deletions trunk/arch/um/kernel/process_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@ void *get_current(void)
return(current);
}

void prepare_to_copy(struct task_struct *tsk)
{
}

int copy_thread(int nr, unsigned long clone_flags, unsigned long sp,
unsigned long stack_top, struct task_struct * p,
struct pt_regs *regs)
Expand Down
6 changes: 5 additions & 1 deletion trunk/include/asm-um/processor-generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@ extern struct task_struct *alloc_task_struct(void);
extern void release_thread(struct task_struct *);
extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags);
extern void dump_thread(struct pt_regs *regs, struct user *u);
extern void prepare_to_copy(struct task_struct *tsk);

static inline void prepare_to_copy(struct task_struct *tsk)
{
}


extern unsigned long thread_saved_pc(struct task_struct *t);

Expand Down

0 comments on commit c32842a

Please sign in to comment.