----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3447/ -----------------------------------------------------------
Review request for Default, Jason Lowe-Power and Steve Reinhardt. Repository: gem5 Description ------- 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. Diffs ----- src/arch/x86/interrupts.cc 9c7b55faea5d Diff: http://reviews.gem5.org/r/3447/diff/ Testing ------- Testing done on FreeBSD amd64 FS boot. Testing not done for Linux. Thanks, Bjoern A. Zeeb _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
