CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2017/02/07 14:23:25

Modified files:
        sys/arch/arm/cortex: ampintc.c 
        sys/arch/arm64/dev: ampintc.c 

Log message:
There are 1023 possible values for the interrupts, but our masks limit
these currently to 255.  Thus making it impossible to use higher IRQs
than that.  The AMD Seattle SoC though seems to provide 448 IRQs, which
is kind of out of bounds, so raise them to the proper values.  This
makes interrupts work on that machine.

Reply via email to