diff options
Diffstat (limited to 'kernel/sched/sched.h')
-rw-r--r-- | kernel/sched/sched.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index 4a2e8cae63c4..455fa330de04 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h | |||
@@ -783,6 +783,7 @@ struct rq { | |||
783 | #ifdef CONFIG_NUMA_BALANCING | 783 | #ifdef CONFIG_NUMA_BALANCING |
784 | unsigned int nr_numa_running; | 784 | unsigned int nr_numa_running; |
785 | unsigned int nr_preferred_running; | 785 | unsigned int nr_preferred_running; |
786 | unsigned int numa_migrate_on; | ||
786 | #endif | 787 | #endif |
787 | #define CPU_LOAD_IDX_MAX 5 | 788 | #define CPU_LOAD_IDX_MAX 5 |
788 | unsigned long cpu_load[CPU_LOAD_IDX_MAX]; | 789 | unsigned long cpu_load[CPU_LOAD_IDX_MAX]; |
@@ -1523,7 +1524,7 @@ struct sched_class { | |||
1523 | 1524 | ||
1524 | #ifdef CONFIG_SMP | 1525 | #ifdef CONFIG_SMP |
1525 | int (*select_task_rq)(struct task_struct *p, int task_cpu, int sd_flag, int flags); | 1526 | int (*select_task_rq)(struct task_struct *p, int task_cpu, int sd_flag, int flags); |
1526 | void (*migrate_task_rq)(struct task_struct *p); | 1527 | void (*migrate_task_rq)(struct task_struct *p, int new_cpu); |
1527 | 1528 | ||
1528 | void (*task_woken)(struct rq *this_rq, struct task_struct *task); | 1529 | void (*task_woken)(struct rq *this_rq, struct task_struct *task); |
1529 | 1530 | ||