All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sshtylyov@ru.mvista.com>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: linuxppc-dev@ozlabs.org, tglx@linutronix.de,
	Dave Liu <r63238@freescale.com>,
	mingo@elte.hu, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2.6.21-rt2] PowerPC: decrementer clockevent driver
Date: Fri, 18 May 2007 17:48:34 +0400	[thread overview]
Message-ID: <464DAEB2.8080703@ru.mvista.com> (raw)
In-Reply-To: <464DAD06.2060504@ru.mvista.com>

Hello, I wrote:

>>>>>Yes, on some implementations there can be other conditions that
>>>>>make a decrementer exception go away; there is no contradiction
>>>>>here (thankfully).  My wording was sloppy.

>>>>Some CPUs have the DEC exceptions basically edge triggered (yeah I know

>>>for example?

>>>>it sucks). That's why, among others, the IRQ soft-disable code has code
>>>>to re-trigger DEC exceptions ASAP (by setting it to 1.. note that we
>>>>could probably use 0 here, we've been a bit conservative).

>     Yeah, the classic decrementer is programmed off-by-one.

>>I'm not 100% certain... Paulus thinks all the old 6xx are like that, and
>>maybe POWER4. If I look at the oldest BookIV I can find (the 601), it

>     From the "PowerPC Operating Environment Architecture" that I've already 
> quoated t follows that POWER4-compatible decremented exception *must* be edge 
> triggered.

    ... and cleared when delivered.

>>says that an exception is generated when the MSB transitions from 0 to
>>1. It's not clear wether the exception sticks while that bit is 1 or is
>>indeed considered as an "edge" event that gets cleared as soon as
>>delivered.

WBR, Sergei

  reply	other threads:[~2007-05-18 13:47 UTC|newest]

Thread overview: 105+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-17 17:42 [PATCH 2.6.21-rt2] PowerPC: decrementer clockevent driver Sergei Shtylyov
2007-05-17 17:47 ` Kumar Gala
2007-05-17 17:47   ` Kumar Gala
2007-05-17 18:07   ` Sergei Shtylyov
2007-05-17 18:07     ` Sergei Shtylyov
2007-05-17 18:17     ` Kumar Gala
2007-05-17 18:17       ` Kumar Gala
2007-05-17 18:26       ` Sergei Shtylyov
2007-05-17 18:26         ` Sergei Shtylyov
2007-05-17 18:31         ` Kumar Gala
2007-05-17 18:31           ` Kumar Gala
2007-05-17 18:42           ` Sergei Shtylyov
2007-05-17 18:42             ` Sergei Shtylyov
2007-05-18 12:39             ` Matt Sealey
2007-05-18 12:39               ` Matt Sealey
2007-05-18 13:45               ` Sergei Shtylyov
2007-05-18 13:45                 ` Sergei Shtylyov
2007-05-18 14:28                 ` Matt Sealey
2007-05-18 14:28                   ` Matt Sealey
2007-05-18 14:48                   ` Thomas Gleixner
2007-05-18 14:48                     ` Thomas Gleixner
2007-05-18 15:37                     ` Matt Sealey
2007-05-18 15:37                       ` Matt Sealey
2007-05-18 16:31                     ` Kumar Gala
2007-05-18 16:31                       ` Kumar Gala
2007-05-18 16:50                       ` Thomas Gleixner
2007-05-18 16:50                         ` Thomas Gleixner
2007-05-18 16:55                         ` Matt Sealey
2007-05-18 16:55                           ` Matt Sealey
2007-05-18 16:52                       ` Matt Sealey
2007-05-18 16:52                         ` Matt Sealey
2007-07-10 10:52                         ` Gabriel Paubert
2007-07-10 10:52                           ` Gabriel Paubert
2007-07-10 14:24                           ` Segher Boessenkool
2007-07-10 14:24                             ` Segher Boessenkool
2007-07-10 23:31                             ` Paul Mackerras
2007-07-10 23:31                               ` Paul Mackerras
2007-07-11  0:10                               ` Segher Boessenkool
2007-07-11  0:10                                 ` Segher Boessenkool
2007-05-18 20:27                       ` David Miller
2007-05-18 20:27                         ` David Miller
2007-05-18 14:56       ` Daniel Walker
2007-05-18 14:56         ` Daniel Walker
2007-05-18 15:06         ` Sergei Shtylyov
2007-05-18 15:06           ` Sergei Shtylyov
2007-05-18 15:39           ` Daniel Walker
2007-05-18 15:39             ` Daniel Walker
2007-05-18 15:48             ` Sergei Shtylyov
2007-05-18 15:48               ` Sergei Shtylyov
2007-05-19  3:33             ` Paul Mackerras
2007-05-19  3:33               ` Paul Mackerras
2007-05-20  2:43               ` Daniel Walker
2007-05-20  2:43                 ` Daniel Walker
2007-05-20  3:03                 ` Benjamin Herrenschmidt
2007-05-20  3:03                   ` Benjamin Herrenschmidt
2007-05-20 15:03                   ` Matt Sealey
2007-05-20 15:03                     ` Matt Sealey
2007-05-20 21:25                     ` Benjamin Herrenschmidt
2007-05-20 21:25                       ` Benjamin Herrenschmidt
2007-05-20 16:02                   ` Segher Boessenkool
2007-05-20 16:02                     ` Segher Boessenkool
2007-05-20 21:26                     ` Benjamin Herrenschmidt
2007-05-20 21:26                       ` Benjamin Herrenschmidt
2007-05-17 19:27 ` Segher Boessenkool
2007-05-17 19:27   ` Segher Boessenkool
2007-05-17 19:43   ` Sergei Shtylyov
2007-05-17 19:43     ` Sergei Shtylyov
2007-05-17 19:50     ` Segher Boessenkool
2007-05-17 19:50       ` Segher Boessenkool
2007-05-17 20:00       ` Sergei Shtylyov
2007-05-17 20:00         ` Sergei Shtylyov
2007-05-17 20:53         ` Segher Boessenkool
2007-05-17 20:53           ` Segher Boessenkool
2007-05-18  5:04           ` Benjamin Herrenschmidt
2007-05-18  5:04             ` Benjamin Herrenschmidt
2007-05-18  5:39             ` Dave Liu
2007-05-18  5:39               ` Dave Liu
2007-05-18  7:08               ` Benjamin Herrenschmidt
2007-05-18  7:08                 ` Benjamin Herrenschmidt
2007-05-18 13:41                 ` Sergei Shtylyov
2007-05-18 13:41                   ` Sergei Shtylyov
2007-05-18 13:48                   ` Sergei Shtylyov [this message]
2007-05-18 23:27                   ` Benjamin Herrenschmidt
2007-05-18 23:27                     ` Benjamin Herrenschmidt
2007-05-18 23:49                     ` Segher Boessenkool
2007-05-18 23:49                       ` Segher Boessenkool
2007-05-19  0:13                       ` Benjamin Herrenschmidt
2007-05-19  0:13                         ` Benjamin Herrenschmidt
2007-05-30 15:56                     ` Milton Miller
2007-05-19  3:34                   ` Paul Mackerras
2007-05-19  3:34                     ` Paul Mackerras
2007-05-24 18:25 ` [PATCH 2.6.21-rt7] PowerPC: fix clockevents for classic CPUs Sergei Shtylyov
2007-05-24 19:10   ` Segher Boessenkool
2007-05-24 19:10     ` Segher Boessenkool
2007-10-18 14:45 ` [PATCH 2.6.21-rt2] PowerPC: decrementer clockevent driver Sergei Shtylyov
2007-10-18 14:45   ` Sergei Shtylyov
  -- strict thread matches above, loose matches on Subject: below --
2007-05-18  3:24 Albert Cahalan
2007-05-18 14:52 ` Sergei Shtylyov
2007-05-18 14:52   ` Sergei Shtylyov
2007-05-19  1:45   ` Albert Cahalan
2007-05-19  1:45     ` Albert Cahalan
2007-05-19 12:28     ` Segher Boessenkool
2007-05-19 12:28       ` Segher Boessenkool
2007-05-19 18:22       ` Albert Cahalan
2007-05-19 18:22         ` Albert Cahalan

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=464DAEB2.8080703@ru.mvista.com \
    --to=sshtylyov@ru.mvista.com \
    --cc=benh@kernel.crashing.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=mingo@elte.hu \
    --cc=r63238@freescale.com \
    --cc=tglx@linutronix.de \
    /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.