Searched hist:11479 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/x86/
H A Dinterrupts.cc11479:8b23edf06cd3 Thu May 19 16:19:00 EDT 2016 Bjoern A. Zeeb <baz21@cam.ac.uk> 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>

Completed in 10 milliseconds