Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1079
b: refs/heads/master
c: ccfcd37
h: refs/heads/master
i:
  1077: 6ab8dbb
  1075: fdff183
  1071: a79db11
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed May 7, 2005
1 parent 83319b4 commit 9eaa862
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: 804c2415c9182b95719cdf85913f6313f7ac042a
refs/heads/master: ccfcd37cb694fc71ddf16fa7faa9e06811a26e5b
10 changes: 0 additions & 10 deletions trunk/arch/um/kernel/process_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,6 @@ int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags)
return(pid);
}

void switch_mm(struct mm_struct *prev, struct mm_struct *next,
struct task_struct *tsk)
{
int cpu = smp_processor_id();

if (prev != next)
cpu_clear(cpu, prev->cpu_vm_mask);
cpu_set(cpu, next->cpu_vm_mask);
}

void set_current(void *t)
{
struct task_struct *task = t;
Expand Down

0 comments on commit 9eaa862

Please sign in to comment.