Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19435
b: refs/heads/master
c: 72e5525
h: refs/heads/master
i:
  19433: a564698
  19431: e999d92
v: v3
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed Feb 1, 2006
1 parent 62bdde3 commit 39c7adc
Show file tree
Hide file tree
Showing 4 changed files with 4 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: 42947cb98fd16bff21e0000a974ff6bd1e620cd4
refs/heads/master: 72e5525765ee01d72a9b92fab78ecea883ae7fdd
2 changes: 0 additions & 2 deletions trunk/arch/um/include/kern_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ extern int timer_irq_inited;
extern int jail;
extern int nsyscalls;

extern struct task_struct *idle_threads[NR_CPUS];

#define UML_ROUND_DOWN(addr) ((void *)(((unsigned long) addr) & PAGE_MASK))
#define UML_ROUND_UP(addr) \
UML_ROUND_DOWN(((unsigned long) addr) + PAGE_SIZE - 1)
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/um/kernel/reboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include "linux/module.h"
#include "linux/sched.h"
#include "asm/smp.h"
#include "user_util.h"
#include "kern_util.h"
#include "kern.h"
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-um/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ extern inline void smp_cpus_done(unsigned int maxcpus)
{
}

extern struct task_struct *idle_threads[NR_CPUS];

#endif

#endif

0 comments on commit 39c7adc

Please sign in to comment.