Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183517
b: refs/heads/master
c: 5da779c
h: refs/heads/master
i:
  183515: 9a311a4
v: v3
  • Loading branch information
Michael S. Tsirkin authored and David S. Miller committed Jan 15, 2010
1 parent e5abdd9 commit 9531275
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 05c2828c72c4eabf62376adfe27bd24797621f62
refs/heads/master: 5da779c34ccff5e1e617892b6c8bd8260fb1f04c
3 changes: 3 additions & 0 deletions trunk/mm/mmu_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include <linux/mm.h>
#include <linux/mmu_context.h>
#include <linux/module.h>
#include <linux/sched.h>

#include <asm/mmu_context.h>
Expand Down Expand Up @@ -37,6 +38,7 @@ void use_mm(struct mm_struct *mm)
if (active_mm != mm)
mmdrop(active_mm);
}
EXPORT_SYMBOL_GPL(use_mm);

/*
* unuse_mm
Expand All @@ -56,3 +58,4 @@ void unuse_mm(struct mm_struct *mm)
enter_lazy_tlb(mm, tsk);
task_unlock(tsk);
}
EXPORT_SYMBOL_GPL(unuse_mm);

0 comments on commit 9531275

Please sign in to comment.