diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 7e74262f98e1..8764cda0feca 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -754,12 +754,6 @@ struct sched_domain { | |||
754 | extern int partition_sched_domains(cpumask_t *partition1, | 754 | extern int partition_sched_domains(cpumask_t *partition1, |
755 | cpumask_t *partition2); | 755 | cpumask_t *partition2); |
756 | 756 | ||
757 | /* | ||
758 | * Maximum cache size the migration-costs auto-tuning code will | ||
759 | * search from: | ||
760 | */ | ||
761 | extern unsigned int max_cache_size; | ||
762 | |||
763 | #endif /* CONFIG_SMP */ | 757 | #endif /* CONFIG_SMP */ |
764 | 758 | ||
765 | 759 | ||