x86, dev: properly space the APIC registers
Review Request #3447 - Created April 13, 2016 and submitted
| Information | |
|---|---|
| Bjoern A. Zeeb | |
| gem5 | |
| Reviewers | |
| Default | |
| powerjg, stever | |
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.
Testing done on FreeBSD amd64 FS boot.
Testing not done for Linux.
Posted (April 18, 2016, 7:53 a.m.)
I tried this on a couple of different linux kernels and boot went fine. Is there something else I can test to make sure this code gets executed?
Ship It!
