linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Troy Benjegerdes <hozer@drgw.net>
To: Gabriel Paubert <paubert@iram.es>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Jean-Denis Boyer <jdboyer@mediatrix.com>,
	linuxppc-embedded@lists.linuxppc.org, paulus@samba.org
Subject: Re: Bogomips and loops_per_jiffy
Date: Thu, 9 May 2002 10:08:46 -0500	[thread overview]
Message-ID: <20020509100846.G16602@altus.drgw.net> (raw)
In-Reply-To: <Pine.LNX.4.33.0205082335070.4031-100000@gra-lx1.iram.es>; from paubert@iram.es on Thu, May 09, 2002 at 12:13:21AM +0200


>
> > >	while ((next_dec = tb_ticks_per_jiffy - tb_delta(&jiffy_stamp)) < 0)
> > >{
> > >
> > >Now that next_dec is unsigned, this condition is always false.
>
> Yes I wrote this in the most possible compact way.  But I don't understand
> (yet) how this can cause problems. You have a security margin of about 2
> billion timbase ticks.

The problem occurs when calibrating the delay loop, and the timebase is
very large.

http://lists.linuxppc.org/linuxppc-embedded/200205/msg00040.html

We could probably just avoid all this and do 'set_tb(0,0)' in time_init
(since we go and try to sync the timebase on SMP systems anyway)

>
> > >
> > >Here is another patch I suggest to replace yours.
> > >Its in attachement to this email.
> > >I tested it, and it seems OK.
> > >
> > >I did not include your modification made to the type of local variables in
> > >function do_settimeofday().
> > >I do not see how it is related to our problem.
>
> That one is better for symmetry between gettimeofday and settimeofay,
> but OTOH the types in the timeval structures are defined as signed.
> (Wrongly IMHO)
>
> Could you please decribe exactly the problem or forward me the messages.
> (Which machine, processor and compiler just in case). It seems that I have
> been automagically dropped from linuxppc-embedded, unfortunately!
>
> 	Regards,
> 	Gabriel.
>
> P.S: please try to get patches attached as text. It appears as
> Application/BINARY which is quite annoying.
>
>
>
>

--
Troy Benjegerdes | master of mispeeling | 'da hozer' |  hozer@drgw.net
-----"If this message isn't misspelled, I didn't write it" -- Me -----
"Why do musicians compose symphonies and poets write poems? They do it
because life wouldn't have any meaning for them if they didn't. That's
why I draw cartoons. It's my life." -- Charles Schulz

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2002-05-09 15:08 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-08 16:53 Bogomips and loops_per_jiffy Jean-Denis Boyer
2002-05-08 17:43 ` Benjamin Herrenschmidt
2002-05-08 22:13   ` Gabriel Paubert
2002-05-09 15:08     ` Troy Benjegerdes [this message]
2002-05-09 16:16       ` Gabriel Paubert
2002-05-08 18:06 ` Troy Benjegerdes
  -- strict thread matches above, loose matches on Subject: below --
2002-05-10 14:54 Jean-Denis Boyer
2002-05-10 20:15 ` Gabriel Paubert
2002-05-10 21:16   ` Benjamin Herrenschmidt
2002-05-11  2:08     ` Gabriel Paubert
2002-05-10 14:46 Jean-Denis Boyer
2002-05-10 14:15 Petersen, David (MED, GEMS-IT)
2002-05-10 14:10 Jean-Denis Boyer
2002-05-10 14:23 ` Allen Curtis
2002-05-10 15:06   ` Jerry Van Baren
2002-05-10 14:27 ` Gabriel Paubert
2002-05-10 14:29 ` Gabriel Paubert
2002-05-10 14:39   ` Allen Curtis
2002-05-08 18:30 Jean-Denis Boyer
2002-05-06 21:17 Jean-Denis Boyer
2002-05-08  0:48 ` Troy Benjegerdes
2002-04-22 15:57 Jean-Denis Boyer
2002-04-19 11:57 Jim Thompson

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=20020509100846.G16602@altus.drgw.net \
    --to=hozer@drgw.net \
    --cc=benh@kernel.crashing.org \
    --cc=jdboyer@mediatrix.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    --cc=paubert@iram.es \
    --cc=paulus@samba.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).