|
@@ -31,6 +31,8 @@
|
|
#include <linux/magic.h>
|
|
#include <linux/magic.h>
|
|
#include <linux/cgroup-defs.h>
|
|
#include <linux/cgroup-defs.h>
|
|
|
|
|
|
|
|
+#include <asm/current.h>
|
|
|
|
+
|
|
struct sched_attr;
|
|
struct sched_attr;
|
|
struct sched_param;
|
|
struct sched_param;
|
|
|
|
|
|
@@ -1577,8 +1579,6 @@ extern struct task_struct *find_task_by_vpid(pid_t nr);
|
|
extern struct task_struct *find_task_by_pid_ns(pid_t nr,
|
|
extern struct task_struct *find_task_by_pid_ns(pid_t nr,
|
|
struct pid_namespace *ns);
|
|
struct pid_namespace *ns);
|
|
|
|
|
|
-#include <asm/current.h>
|
|
|
|
-
|
|
|
|
extern int wake_up_state(struct task_struct *tsk, unsigned int state);
|
|
extern int wake_up_state(struct task_struct *tsk, unsigned int state);
|
|
extern int wake_up_process(struct task_struct *tsk);
|
|
extern int wake_up_process(struct task_struct *tsk);
|
|
extern void wake_up_new_task(struct task_struct *tsk);
|
|
extern void wake_up_new_task(struct task_struct *tsk);
|