Commit c49b18d3 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: Remove POWER4 special case for cache_decay_ticks.

parent 20237c4d
...@@ -595,12 +595,8 @@ void __init smp_boot_cpus(void) ...@@ -595,12 +595,8 @@ void __init smp_boot_cpus(void)
} }
/* /*
* XXX very rough. On POWER4 we optimise tlb flushes for * XXX very rough.
* tasks that only run on one cpu so we increase decay ticks.
*/ */
if (__is_processor(PV_POWER4))
cache_decay_ticks = HZ/50;
else
cache_decay_ticks = HZ/100; cache_decay_ticks = HZ/100;
/* Probe arch for CPUs */ /* Probe arch for CPUs */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment