CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2018/04/02 09:22:41
Modified files: sys/arch/arm64/dev: ampintc.c Log message: Do not add 32 to the "base" SPI number. Apparently the offset of the first SPI is already included and adding 32 means we skip the first 32 available MSI vectors, which is quite disastous if we only have 32 vectors like on the Marvell Armada 8040. ok patrick@