All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Schaefer <ThomasSchaefer@domain.hid>
To: rpm@xenomai.org
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] MSI Interrupt Crash
Date: Fri, 02 May 2008 09:26:38 -0700	[thread overview]
Message-ID: <d3c1a9c622573.481ade4e@domain.hid> (raw)

[-- Attachment #1: Type: text/plain, Size: 1452 bytes --]

> -----Original Message-----
> From: Philippe Gerum [mailto:philippe.gerum@domain.hid] On Behalf Of
> Philippe Gerum
> Sent: Friday, May 02, 2008 8:02 AM
> To: Thomas Schaefer
> Cc: Jeff Koftinoff; xenomai@xenomai.org
> Subject: Re: [Xenomai-help] MSI Interrupt Crash
> 
> Thomas Schaefer wrote:
> >
> >> Does this help?
> >>
> >> --- include/asm-x86/wrappers_64.h    (revision 3719)
> >> +++ include/asm-x86/wrappers_64.h    (revision 3720)
> >> @@ -31,8 +31,8 @@
> >>  #define rthal_irq_descp(irq)        (irq_desc + irq)
> >>  #define rthal_irq_desc_status(irq)  (rthal_irq_descp(irq)->status)
> >>
> >> -#define rthal_irq_chip_enable(irq)   ({ rthal_irq_descp(irq)->chip-
> >>> enable(irq); 0; })
> >> -#define rthal_irq_chip_disable(irq)  ({ rthal_irq_descp(irq)->chip-
> >>> disable(irq); 0; })
> >> +#define rthal_irq_chip_enable(irq)   ({ rthal_irq_descp(irq)->chip-
> >>> unmask(irq); 0; })
> >> +#define rthal_irq_chip_disable(irq)  ({ rthal_irq_descp(irq)->chip-
> >>> mask(irq); 0; })
> >>  #define rthal_irq_chip_end(irq)      ({ rthal_irq_descp(irq)-
> >>> ipipe_end(irq, rthal_irq_descp(irq));
> >> 0; })
> >>
> >>  typedef irq_handler_t rthal_irq_host_handler_t;
> >
> > We are using the current version from the SVN repository and those
> > changes are already in there.
> >
> 
> Please send the output back:
> 
> 
> --
> Philippe.

Here it is:

Xenomai: NULL unmask handler for irq 248, chip none (->enable=ffffffff8026f480)


Thomas

[-- Attachment #2: Type: text/html, Size: 7120 bytes --]

             reply	other threads:[~2008-05-02 16:26 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-02 16:26 Thomas Schaefer [this message]
2008-05-04  8:46 ` [Xenomai-help] MSI Interrupt Crash Philippe Gerum
  -- strict thread matches above, loose matches on Subject: below --
2008-05-02  5:29 jeff koftinoff
2008-05-02  7:56 ` Philippe Gerum
2008-05-02  8:50   ` Jan Kiszka
2008-05-02  9:04     ` Philippe Gerum
2008-05-02  9:07       ` Jan Kiszka
2008-05-02  9:40         ` Philippe Gerum
2008-05-02  9:55           ` Jan Kiszka
2008-05-02 10:09             ` Philippe Gerum
2008-05-02 10:42               ` Jan Kiszka
2008-05-02 10:53                 ` Philippe Gerum
2008-05-05 11:17                   ` Jan Kiszka
2008-05-02  9:40         ` Philippe Gerum
2008-05-02 14:17   ` Thomas Schaefer
2008-05-02 15:02     ` Philippe Gerum

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=d3c1a9c622573.481ade4e@domain.hid \
    --to=thomasschaefer@domain.hid \
    --cc=rpm@xenomai.org \
    --cc=xenomai@xenomai.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.