linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Doug Ledford <dledford@redhat.com>
To: Linus Torvalds <torvalds@osdl.org>,
	linux-arch@vger.kernel.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Convert utime, stime, cutime, cstime to struct timeval
Date: Mon, 04 Aug 2003 17:43:35 -0400	[thread overview]
Message-ID: <3F2ED387.6030402@redhat.com> (raw)


I've converted the task struct items mentioned in $subject to struct 
timeval and converted all the core code that I found that touched it to 
the appropriate conversions.  This is a prerequisite patch for forward 
porting the process timing patch I've written for 2.4 kernels.  The 
process timing patch uses the tsc on x86 machines to give much more 
accurate process timing instead of the current statistical process 
timing.  I've attempted to make sure that this won't break arches other 
than x86 (and I know it's sufficient for the ppc64, ppc, ia64, and 
x86_64 in addition to x86 under the 2.4 kernel, but I might have missed 
something under 2.6).

Patch is available at 
http://xsintricity.com/dledford/struct_timeval.patch (it's a bit large 
to be attached) or can be retrieved from bk://linux-scsi.bkbits.net/dledford

-- 
   Doug Ledford <dledford@redhat.com>     919-754-3700 x44233
            Red Hat, Inc.
            1801 Varsity Dr.
            Raleigh, NC 27606



                 reply	other threads:[~2003-08-04 21:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3F2ED387.6030402@redhat.com \
    --to=dledford@redhat.com \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).