From: William Lee Irwin III <wli@holomorphy.com>
To: Rolf Fokkens <fokkensr@fokkensr.vertis.nl>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] 32bit wraps and USER_HZ [64 bit counters], kernel 2.5.37
Date: Sun, 22 Sep 2002 19:36:55 -0700 [thread overview]
Message-ID: <20020923023655.GV3530@holomorphy.com> (raw)
In-Reply-To: <200209222207.g8MM7MM04998@fokkensr.vertis.nl>
On Mon, Sep 23, 2002 at 12:07:22AM +0200, Rolf Fokkens wrote:
@@ -340,9 +335,12 @@
unsigned long it_real_value, it_prof_value, it_virt_value;
unsigned long it_real_incr, it_prof_incr, it_virt_incr;
struct timer_list real_timer;
- unsigned long utime, stime, cutime, cstime;
- unsigned long start_time;
- long per_cpu_utime[NR_CPUS], per_cpu_stime[NR_CPUS];
+
+ rwlock_t times_lock;
+ u64 utime, stime, cutime, cstime;
+ u64 cpu_utime[NR_CPUS], cpu_stime[NR_CPUS];
+ u64 start_time;
+
Hmm. Isn't task_t bloated enough already? I'd rather remove them than
make them 64-bit.
Thanks,
Bill
next prev parent reply other threads:[~2002-09-23 2:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-22 22:07 [PATCH] 32bit wraps and USER_HZ [64 bit counters], kernel 2.5.37 Rolf Fokkens
2002-09-23 2:36 ` William Lee Irwin III [this message]
2002-09-23 22:08 ` Rolf Fokkens
2002-09-23 22:13 ` Robert Love
2002-09-24 7:04 ` Rolf Fokkens
2002-09-24 7:11 ` William Lee Irwin III
2002-09-24 11:47 ` Tim Schmielau
2002-09-24 11:50 ` William Lee Irwin III
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=20020923023655.GV3530@holomorphy.com \
--to=wli@holomorphy.com \
--cc=fokkensr@fokkensr.vertis.nl \
--cc=linux-kernel@vger.kernel.org \
/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 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.