Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3260
b: refs/heads/master
c: a6f4e3c
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Jun 25, 2005
1 parent 986dee3 commit 64f2aa7
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: e0877f07e85a46e4fde32bd84f08551d360839fe
refs/heads/master: a6f4e3cf75538a75ee4fab620e3c8466f2154458
2 changes: 1 addition & 1 deletion trunk/arch/um/kernel/process_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ int current_pid(void)

void default_idle(void)
{
uml_idle_timer();
CHOOSE_MODE(uml_idle_timer(), (void) 0);

atomic_inc(&init_mm.mm_count);
current->mm = &init_mm;
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/um/kernel/skas/process_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ int start_uml_skas(void)
start_userspace(0);

init_new_thread_signals(1);
uml_idle_timer();

init_task.thread.request.u.thread.proc = start_kernel_proc;
init_task.thread.request.u.thread.arg = NULL;
Expand Down

0 comments on commit 64f2aa7

Please sign in to comment.