Prevent overflow of the KernelBase->kb_Interrupts array when initialising IRQs. This...
commite673389ec978cff6c7add98cda78a1e1a853dfbc
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 25 Feb 2018 03:08:30 +0000 (25 03:08 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 25 Feb 2018 03:08:30 +0000 (25 03:08 +0000)
treeb4e4917d1667e047794ceaa62d71f9400549a41c
parent31fb598df73293b26fe1a63f2d9432cb09bb7f31
Prevent overflow of the KernelBase->kb_Interrupts array when initialising IRQs. This fixes
booting with the 'noacpi' argument: software interrupts led to crashes because the kernel's
list of system call handlers was corrupted during IRQ initialisation.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@55055 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/all-pc/kernel/apic_ia32.c