diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sched.h | 9 | ||||
| -rw-r--r-- | include/linux/topology.h | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 3b74c4bf2934..5d6b9228bba9 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
| @@ -631,7 +631,14 @@ struct sched_domain { | |||
| 631 | 631 | ||
| 632 | extern void partition_sched_domains(cpumask_t *partition1, | 632 | extern void partition_sched_domains(cpumask_t *partition1, |
| 633 | cpumask_t *partition2); | 633 | cpumask_t *partition2); |
| 634 | #endif /* CONFIG_SMP */ | 634 | |
| 635 | /* | ||
| 636 | * Maximum cache size the migration-costs auto-tuning code will | ||
| 637 | * search from: | ||
| 638 | */ | ||
| 639 | extern unsigned int max_cache_size; | ||
| 640 | |||
| 641 | #endif /* CONFIG_SMP */ | ||
| 635 | 642 | ||
| 636 | 643 | ||
| 637 | struct io_context; /* See blkdev.h */ | 644 | struct io_context; /* See blkdev.h */ |
diff --git a/include/linux/topology.h b/include/linux/topology.h index 3df1d474e5c5..315a5163d6a0 100644 --- a/include/linux/topology.h +++ b/include/linux/topology.h | |||
| @@ -86,7 +86,6 @@ | |||
| 86 | .max_interval = 2, \ | 86 | .max_interval = 2, \ |
| 87 | .busy_factor = 8, \ | 87 | .busy_factor = 8, \ |
| 88 | .imbalance_pct = 110, \ | 88 | .imbalance_pct = 110, \ |
| 89 | .cache_hot_time = 0, \ | ||
| 90 | .cache_nice_tries = 0, \ | 89 | .cache_nice_tries = 0, \ |
| 91 | .per_cpu_gain = 25, \ | 90 | .per_cpu_gain = 25, \ |
| 92 | .busy_idx = 0, \ | 91 | .busy_idx = 0, \ |
| @@ -117,7 +116,6 @@ | |||
| 117 | .max_interval = 4, \ | 116 | .max_interval = 4, \ |
| 118 | .busy_factor = 64, \ | 117 | .busy_factor = 64, \ |
| 119 | .imbalance_pct = 125, \ | 118 | .imbalance_pct = 125, \ |
| 120 | .cache_hot_time = (5*1000000/2), \ | ||
| 121 | .cache_nice_tries = 1, \ | 119 | .cache_nice_tries = 1, \ |
| 122 | .per_cpu_gain = 100, \ | 120 | .per_cpu_gain = 100, \ |
| 123 | .busy_idx = 2, \ | 121 | .busy_idx = 2, \ |
