>
> 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.
Thomas
>
> --
> Philippe.
>
> _______________________________________________
> Xenomai-help mailing list
> [email protected]
> https://mail.gna.org/listinfo/xenomai-help
CONFIDENTIALITY NOTICE: This electronic mail message and any attachment hereto
may contain confidential information of Meyer Sound Laboratories, Incorporated
and is intended for the personal and confidential use of the designated
recipient(s) only. If you are not the intended recipient (or responsible for
delivering the message to the intended recipient), you have received this
message in error and any review, distribution, or copying of this message or
any attachment hereto is prohibited. If you have received this message in
error, please promptly notify the sender and permanently delete it from your
computer.
_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help