]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sched: reactivate fork balancing
authorIngo Molnar <mingo@elte.hu>
Fri, 25 Jan 2008 20:08:20 +0000 (21:08 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 25 Jan 2008 20:08:20 +0000 (21:08 +0100)
reactivate fork balancing.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/topology.h

index 47729f18bfdf35b7943bd910401cd72a5350bae2..b6c073d8b709fec1875175702ed8f7d86ff0afc3 100644 (file)
        .forkexec_idx           = 0,                    \
        .flags                  = SD_LOAD_BALANCE       \
                                | SD_BALANCE_NEWIDLE    \
+                               | SD_BALANCE_FORK       \
                                | SD_BALANCE_EXEC       \
                                | SD_WAKE_AFFINE        \
                                | SD_WAKE_IDLE          \
        .forkexec_idx           = 1,                    \
        .flags                  = SD_LOAD_BALANCE       \
                                | SD_BALANCE_NEWIDLE    \
+                               | SD_BALANCE_FORK       \
                                | SD_BALANCE_EXEC       \
                                | SD_WAKE_AFFINE        \
                                | SD_WAKE_IDLE          \
        .forkexec_idx           = 1,                    \
        .flags                  = SD_LOAD_BALANCE       \
                                | SD_BALANCE_NEWIDLE    \
+                               | SD_BALANCE_FORK       \
                                | SD_BALANCE_EXEC       \
                                | SD_WAKE_AFFINE        \
                                | BALANCE_FOR_PKG_POWER,\