summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-04-23 14:05:16 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2008-04-23 14:05:16 +1000
commit211a17c5cae7ab411cb99e9f1ffb0223211c15be (patch)
tree1e5f511bc010223acc3e71f340d53ba6e8c2b8c4 /kernel
parenta912c895786f550186a47416f9712526845e8a95 (diff)
parent873c05fa7e6fea27090b1bf0f67a073eadb04782 (diff)
Merge commit 'kvm/master'
Diffstat (limited to 'kernel')
-rw-r--r--kernel/fork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/fork.c b/kernel/fork.c
index a8d2d7ff30b0..4b37d186135b 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -521,7 +521,7 @@ void mm_release(struct task_struct *tsk, struct mm_struct *mm)
* Allocate a new mm structure and copy contents from the
* mm structure of the passed in task structure.
*/
-static struct mm_struct *dup_mm(struct task_struct *tsk)
+struct mm_struct *dup_mm(struct task_struct *tsk)
{
struct mm_struct *mm, *oldmm = current->mm;
int err;