All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] MSI Interrupt Crash
@ 2008-05-02  5:29 jeff koftinoff
  2008-05-02  7:56 ` Philippe Gerum
  0 siblings, 1 reply; 16+ messages in thread
From: jeff koftinoff @ 2008-05-02  5:29 UTC (permalink / raw)
  To: xenomai

[-- Attachment #1: Type: text/html, Size: 5314 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: [Xenomai-help] MSI Interrupt Crash
@ 2008-05-02 16:26 Thomas Schaefer
  2008-05-04  8:46 ` Philippe Gerum
  0 siblings, 1 reply; 16+ messages in thread
From: Thomas Schaefer @ 2008-05-02 16:26 UTC (permalink / raw)
  To: rpm; +Cc: xenomai

[-- 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 --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2008-05-05 11:17 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-02  5:29 [Xenomai-help] MSI Interrupt Crash 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
  -- strict thread matches above, loose matches on Subject: below --
2008-05-02 16:26 Thomas Schaefer
2008-05-04  8:46 ` Philippe Gerum

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.