x86, dev: properly space the APIC registers
authorBjoern A. Zeeb <baz21@cam.ac.uk>
Thu, 19 May 2016 20:19:35 +0000 (15:19 -0500)
committerBjoern A. Zeeb <baz21@cam.ac.uk>
Thu, 19 May 2016 20:19:35 +0000 (15:19 -0500)
commit5fa6b68981dd8566bc2808a309f34d40186a74cf
treecc02381547ae0cc970cf0b9131e3c2edf7efe38e
parentce610dcab118fe2ae907854429725a4c169cfd56
x86, dev: properly space the APIC registers

Registers are 0x10 and not 0x8 apart.  The latter leads to invalid
calculations of index in array which in turn means that we will not
find the interrupt we were looking (been notified) for in the OS.

Committed by Jason Lowe-Power <power.jg@gmail.com>
src/arch/x86/interrupts.cc