diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-08-02 19:41:40 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-08-02 19:41:40 +0400 |
commit | 362a7016637648c6aefc98b706298baedfaa1543 (patch) | |
tree | cb3f434fb71d29b247686b6dcfc76864cea4f57a /include/linux/topology.h | |
parent | 1ed4395035a6791ebbbf618429a58ab9c207cc83 (diff) | |
download | linux-362a7016637648c6aefc98b706298baedfaa1543.tar.xz |
[PATCH] sched: remove cache_hot_time
remove the last unused remains of cache_hot_time.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/topology.h')
-rw-r--r-- | include/linux/topology.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/topology.h b/include/linux/topology.h index d0890a7e5bab..525d437b1253 100644 --- a/include/linux/topology.h +++ b/include/linux/topology.h @@ -185,7 +185,6 @@ .max_interval = 64*num_online_cpus(), \ .busy_factor = 128, \ .imbalance_pct = 133, \ - .cache_hot_time = (10*1000000), \ .cache_nice_tries = 1, \ .busy_idx = 3, \ .idle_idx = 3, \ |