Hi,
Im catching up on all the scheduler changes, and I noticed some large
changes in cache_hot_time. All but ia64 seem to have shifted by 1000. Is
this intententional?
Anton
include/linux/topology.h: .cache_hot_time = (5*1000/2), include/asm-i386/topology.h: .cache_hot_time = (10*1000),
include/asm-ppc64/topology.h: .cache_hot_time = (10*1000),
include/asm-x86_64/topology.h: .cache_hot_time = (10*1000),
include/asm-ia64/topology.h: .cache_hot_time = (10*1000000),
include/asm-ia64/topology.h: .cache_hot_time = (10*1000000),