diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 0f4ff2bd03f6..b1e619f9ff1a 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1563,10 +1563,14 @@ struct task_struct { | |||
1563 | 1563 | ||
1564 | #ifdef CONFIG_NUMA_BALANCING | 1564 | #ifdef CONFIG_NUMA_BALANCING |
1565 | extern void task_numa_fault(int node, int pages, bool migrated); | 1565 | extern void task_numa_fault(int node, int pages, bool migrated); |
1566 | extern void set_numabalancing_state(bool enabled); | ||
1566 | #else | 1567 | #else |
1567 | static inline void task_numa_fault(int node, int pages, bool migrated) | 1568 | static inline void task_numa_fault(int node, int pages, bool migrated) |
1568 | { | 1569 | { |
1569 | } | 1570 | } |
1571 | static inline void set_numabalancing_state(bool enabled) | ||
1572 | { | ||
1573 | } | ||
1570 | #endif | 1574 | #endif |
1571 | 1575 | ||
1572 | /* | 1576 | /* |