]> Pileus Git - ~andy/linux/commitdiff
tile: Remove SD_PREFER_LOCAL leftover
authorAlex Shi <alex.shi@intel.com>
Wed, 15 Aug 2012 00:14:36 +0000 (08:14 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 15 Aug 2012 11:22:55 +0000 (13:22 +0200)
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>
arch/tile/include/asm/topology.h

index 7a7ce390534f2c65df3c24bdb57c9c7a530e9244..d5e86c9f74fd243b2db944dcd7d2d959eb7c8858 100644 (file)
@@ -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                        \