public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* struct_task->start_time, jiffies or hz_to_std(jiffies)
@ 2001-09-13  5:48 Matt
  2001-09-16 22:52 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Matt @ 2001-09-13  5:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: procps-bugs

given

2.4.9-ac10 linux/kernel/fork.c:658
        p->start_time = jiffies;

is this

2.4.9-ac10 linux/fs/proc/array.c
                task->start_time,

correct? or should it be
		hz_to_std(task->start_time),

??

i know this will affect libproc, however libproc appears to be broken
anyway; i changed HZ and CLOCKS_PER_SEC to 1024 in include/asm/param.h
on x86 and top / ps etc are giving me very whacked out numbers.. the
machine itself is stable however and appears to be working just fine.

	matt


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

end of thread, other threads:[~2001-09-16 22:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-13  5:48 struct_task->start_time, jiffies or hz_to_std(jiffies) Matt
2001-09-16 22:52 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox