Skip to content

Commit

Permalink
tile: Remove SD_PREFER_LOCAL leftover
Browse files Browse the repository at this point in the history
commit (sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code
clean up) removed SD_PREFER_LOCAL, but left a SD_PREFER_LOCAL usage in
arch/tile code. That breaks the arch/tile build.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Alex Shi <alex.shi@intel.com>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/502AF3E6.3050709@intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Alex Shi authored and Thomas Gleixner committed Aug 15, 2012
1 parent f03542a commit c766099
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/tile/include/asm/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ static inline const struct cpumask *cpumask_of_node(int node)
| 1*SD_BALANCE_FORK \
| 0*SD_BALANCE_WAKE \
| 0*SD_WAKE_AFFINE \
| 0*SD_PREFER_LOCAL \
| 0*SD_SHARE_CPUPOWER \
| 0*SD_SHARE_PKG_RESOURCES \
| 0*SD_SERIALIZE \
Expand Down

0 comments on commit c766099

Please sign in to comment.