[patch] xscale irq-table

Andrew Lunn andrew@lunn.ch
Thu Sep 30 09:04:00 GMT 2004


On Wed, Sep 29, 2004 at 03:57:58PM +0200, Daniel Schmidt wrote:
> hello,   
>    
> as written before the interrupt-vector-table in  
> arm/arch/current/include/hal_intr.h: hal_interrupt_{handlers|data|objects}  
> is to short for the pxa2x0. So you can not append interrupts for the upper  
> 8 GPIOs (78..85).   
>    
> I've attached the patch; please apply.   

This is not the correct way to do it. You should add the extra 

#define CYGNUM_HAL_INTERRUPT_GPIO81     (96+17)
...
#define CYGNUM_HAL_INTERRUPT_GPIO85     (95+...

Then change 

#define CYGNUM_HAL_ISR_MAX      

Please could you send a patch doing it this way.

        Thanks
                Andrew



More information about the Ecos-patches mailing list