All of lore.kernel.org
 help / color / mirror / Atom feed
* cache_hot_time
@ 2004-11-04 21:04 Anton Blanchard
  2004-11-05  1:31 ` cache_hot_time Nick Piggin
  0 siblings, 1 reply; 4+ messages in thread
From: Anton Blanchard @ 2004-11-04 21:04 UTC (permalink / raw)
  To: linux-kernel; +Cc: nickpiggin, pj, colpatch


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),

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-11-05  8:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-04 21:04 cache_hot_time Anton Blanchard
2004-11-05  1:31 ` cache_hot_time Nick Piggin
2004-11-05  5:04   ` [PATCH] reset cache_hot_time Anton Blanchard
2004-11-05  8:32     ` Nick Piggin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.