Loading kernel/cgroup/cpuset.c +0 −13 Original line number Diff line number Diff line Loading @@ -203,19 +203,6 @@ static inline struct cpuset *parent_cs(struct cpuset *cs) return css_cs(cs->css.parent); } #ifdef CONFIG_NUMA static inline bool task_has_mempolicy(struct task_struct *task) { return task->mempolicy; } #else static inline bool task_has_mempolicy(struct task_struct *task) { return false; } #endif /* bits in struct cpuset flags field */ typedef enum { CS_ONLINE, Loading Loading
kernel/cgroup/cpuset.c +0 −13 Original line number Diff line number Diff line Loading @@ -203,19 +203,6 @@ static inline struct cpuset *parent_cs(struct cpuset *cs) return css_cs(cs->css.parent); } #ifdef CONFIG_NUMA static inline bool task_has_mempolicy(struct task_struct *task) { return task->mempolicy; } #else static inline bool task_has_mempolicy(struct task_struct *task) { return false; } #endif /* bits in struct cpuset flags field */ typedef enum { CS_ONLINE, Loading