Source
1
1
/* Copyright (C) 2009 Red Hat, Inc.
2
2
*
3
3
* See ../COPYING for licensing terms.
4
4
*/
5
5
6
6
#include <linux/mm.h>
7
7
#include <linux/sched.h>
8
8
#include <linux/sched/mm.h>
9
+
#include <linux/sched/task.h>
9
10
#include <linux/mmu_context.h>
10
11
#include <linux/export.h>
11
12
12
13
#include <asm/mmu_context.h>
13
14
14
15
/*
15
16
* use_mm
16
17
* Makes the calling kernel thread take on the specified
17
18
* mm context.
18
19
* (Note: this routine is intended to be called only