]> err.no Git - linux-2.6/blobdiff - include/asm-x86_64/topology.h
Merge /pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6] / include / asm-x86_64 / topology.h
index 8f77e9f6bc23c4ac810c304cc859316843e5faf4..c1bc3fad482ed4a4388412ff300a0395f86178a1 100644 (file)
@@ -39,12 +39,16 @@ extern int __node_distance(int, int);
        .busy_factor            = 32,                   \
        .imbalance_pct          = 125,                  \
        .cache_hot_time         = (10*1000000),         \
-       .cache_nice_tries       = 1,                    \
+       .cache_nice_tries       = 2,                    \
+       .busy_idx               = 3,                    \
+       .idle_idx               = 2,                    \
+       .newidle_idx            = 0,                    \
+       .wake_idx               = 1,                    \
+       .forkexec_idx           = 1,                    \
        .per_cpu_gain           = 100,                  \
        .flags                  = SD_LOAD_BALANCE       \
-                               | SD_BALANCE_NEWIDLE    \
+                               | SD_BALANCE_FORK       \
                                | SD_BALANCE_EXEC       \
-                               | SD_WAKE_IDLE          \
                                | SD_WAKE_BALANCE,      \
        .last_balance           = jiffies,              \
        .balance_interval       = 1,                    \