]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sched: fine-tune SD_MC_INIT
authorMike Galbraith <efault@gmx.de>
Fri, 7 Nov 2008 14:26:50 +0000 (15:26 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 7 Nov 2008 14:35:11 +0000 (15:35 +0100)
Tune SD_MC_INIT the same way as SD_CPU_INIT:
unset SD_BALANCE_NEWIDLE, and set SD_WAKE_BALANCE.

This improves vmark by 5%:

vmark         132102 125968 125497 messages/sec    avg 127855.66    .984
vmark         139404 131719 131272 messages/sec    avg 134131.66   1.033

Signed-off-by: Mike Galbraith <efault@gmx.de>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
 # *DOCUMENTATION*

include/linux/topology.h

index 34a7ee0ebed2968e3a4833e18bcb92c720e51b32..a8d840595b7e75e222f0a3fac5ba505fcb8f16b4 100644 (file)
@@ -120,10 +120,10 @@ void arch_update_cpu_topology(void);
        .wake_idx               = 1,                    \
        .forkexec_idx           = 1,                    \
        .flags                  = SD_LOAD_BALANCE       \
-                               | SD_BALANCE_NEWIDLE    \
                                | SD_BALANCE_FORK       \
                                | SD_BALANCE_EXEC       \
                                | SD_WAKE_AFFINE        \
+                               | SD_WAKE_BALANCE       \
                                | SD_SHARE_PKG_RESOURCES\
                                | BALANCE_FOR_MC_POWER, \
        .last_balance           = jiffies,              \