From: Russell King <rmk@arm.linux.org.uk>
To: "Albert D. Cahalan" <acahalan@cs.uml.edu>
Cc: Linus Torvalds <torvalds@transmeta.com>, linux-kernel@vger.kernel.org
Subject: Re: HZ, preferably as small as possible
Date: Mon, 15 Jul 2002 19:53:32 +0100 [thread overview]
Message-ID: <20020715195332.C15136@flint.arm.linux.org.uk> (raw)
In-Reply-To: <200207151843.g6FIh0r217981@saturn.cs.uml.edu>; from acahalan@cs.uml.edu on Mon, Jul 15, 2002 at 02:43:00PM -0400
On Mon, Jul 15, 2002 at 02:43:00PM -0400, Albert D. Cahalan wrote:
> Russell King writes:
> > $ grep hz_to_std arch-*/param.h
> > arch-l7200/param.h:#define hz_to_std(a) ((a * HZ)/100)
> > arch-shark/param.h:#define hz_to_std(a) ((a * HZ)/100)
>
> Won't that overflow in 3 or 4 days?
Probably. Someone else's problem though (who wrote those)
> > And hz_to_std gets used (fs/proc/array.c):
> >
> > hz_to_std(task->times.tms_utime),
> > hz_to_std(task->times.tms_stime),
> > hz_to_std(task->times.tms_cutime),
> > hz_to_std(task->times.tms_cstime),
>
> Now look in the 2.4.xx kernel source.
Firstly, you can't base any assumptions about ARM from what's in the
main kernels.
It's not in the Marcelo source, but in the -rmk patch, which you need
to have a working kernel on ARM for _any_ kernel what so ever (because
I haven't yet managed to get Linus to take some trivial bits needed,
neither have I had any response why he won't take them.)
Yes, ARM has always been broken in every kernel there ever has been
from Linus/Marcelo/Alan.
The situation is improving with BK, but it's less than optimal; the
generic changes can't go through BK, therefore I can't really have a
BK tree that builds for ARM (because then the merging of csets gets
horrible.)
This all said, it looks like libproc automatically detects whatever
the kernel uses, so this is all irrelevant in the end.
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
next prev parent reply other threads:[~2002-07-15 18:50 UTC|newest]
Thread overview: 76+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-11 2:46 HZ, preferably as small as possible Grover, Andrew
2002-07-11 3:01 ` Jeff Garzik
2002-07-11 11:45 ` Alan Cox
2002-07-11 17:08 ` Martin Dalecki
2002-07-11 19:21 ` Albert D. Cahalan
2002-07-16 9:17 ` Kai Henningsen
2002-07-11 20:34 ` Bill Davidsen
2002-07-12 12:01 ` Martin Dalecki
2002-07-15 5:15 ` Linus Torvalds
2002-07-15 6:56 ` Albert D. Cahalan
2002-07-15 8:24 ` Russell King
2002-07-15 15:48 ` David Mosberger
2002-07-15 18:20 ` Albert D. Cahalan
2002-07-15 18:30 ` David Mosberger
2002-07-15 16:07 ` Albert D. Cahalan
2002-07-15 17:06 ` Russell King
2002-07-15 18:43 ` Albert D. Cahalan
2002-07-15 18:53 ` Russell King [this message]
2002-07-15 18:50 ` Linus Torvalds
2002-07-15 20:15 ` Albert D. Cahalan
2002-07-15 8:58 ` Dave Mielke
2002-07-11 7:09 ` george anzinger
-- strict thread matches above, loose matches on Subject: below --
2002-07-10 19:59 Grover, Andrew
2002-07-10 21:09 ` george anzinger
2002-07-11 6:03 ` Hannu Savolainen
2002-07-11 7:15 ` george anzinger
2002-07-12 0:36 ` Stevie O
2002-07-12 0:50 ` Thunder from the hill
2002-07-12 0:55 ` Robert Love
2002-07-12 0:58 ` Thunder from the hill
2002-07-12 1:24 ` Alan Cox
2002-07-12 1:37 ` Mark Hahn
2002-07-12 1:09 ` george anzinger
2002-07-12 1:26 ` Roland Dreier
2002-07-12 17:30 ` george anzinger
2002-07-12 1:35 ` Stevie O
2002-07-12 3:01 ` Bernd Eckenfels
2002-07-11 12:54 ` Thunder from the hill
2002-07-11 15:59 ` Martin Dalecki
2002-07-10 21:28 ` Andrew Morton
2002-07-10 21:35 ` Benjamin LaHaise
2002-07-10 21:38 ` Andrew Morton
2002-07-10 21:42 ` Benjamin LaHaise
2002-07-11 2:14 ` CaT
2002-07-11 17:01 ` Martin Dalecki
2002-07-10 22:01 ` Thunder from the hill
2002-07-10 22:09 ` Cort Dougan
2002-07-10 22:41 ` Thunder from the hill
2002-07-10 22:47 ` Thunder from the hill
2002-07-10 22:49 ` Eli Carter
2002-07-10 23:05 ` Thunder from the hill
2002-07-10 23:08 ` Dave Mielke
2002-07-10 23:13 ` Thunder from the hill
2002-07-10 23:50 ` J.A. Magallon
2002-07-11 0:28 ` Lincoln Dale
2002-07-11 11:35 ` Kasper Dupont
2002-07-11 12:30 ` Alan Cox
2002-07-11 13:37 ` Kasper Dupont
2002-07-11 15:46 ` Alan Cox
2002-07-11 18:51 ` george anzinger
2002-07-15 5:06 ` Linus Torvalds
2002-07-15 16:26 ` Robert Love
2002-07-15 18:56 ` Linus Torvalds
2002-07-15 19:52 ` mbs
2002-07-15 20:01 ` yodaiken
2002-07-16 11:41 ` Vojtech Pavlik
2002-07-17 19:33 ` Daniel Phillips
2002-07-17 20:31 ` Richard B. Johnson
2002-07-17 20:40 ` Daniel Phillips
2002-07-17 21:02 ` Richard B. Johnson
2002-07-17 21:02 ` Linus Torvalds
2002-07-17 21:16 ` Daniel Phillips
2002-07-18 12:57 ` Richard B. Johnson
2002-07-18 13:25 ` Daniel Phillips
2002-07-18 10:10 ` Kai Henningsen
2002-07-17 20:55 ` Linus Torvalds
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020715195332.C15136@flint.arm.linux.org.uk \
--to=rmk@arm.linux.org.uk \
--cc=acahalan@cs.uml.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox