Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86325
b: refs/heads/master
c: 2d07b25
h: refs/heads/master
i:
  86323: 3754001
v: v3
  • Loading branch information
Harvey Harrison authored and Ingo Molnar committed Feb 25, 2008
1 parent 8e59c87 commit a3aab72
Show file tree
Hide file tree
Showing 3 changed files with 2 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: 67ca7bde2e9d3516b5ae0188330ad1059ac03f38
refs/heads/master: 2d07b255c7b8a9723010e5c74778e058dc05162e
2 changes: 0 additions & 2 deletions trunk/arch/um/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ void *get_current(void)
return current;
}

extern void schedule_tail(struct task_struct *prev);

/*
* This is called magically, by its address being stuffed in a jmp_buf
* and being longjmp-d to.
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ struct task_struct;

extern void sched_init(void);
extern void sched_init_smp(void);
extern asmlinkage void schedule_tail(struct task_struct *prev);
extern void init_idle(struct task_struct *idle, int cpu);
extern void init_idle_bootup_task(struct task_struct *idle);

Expand Down

0 comments on commit a3aab72

Please sign in to comment.