Fix a few more places where the context stuff wasn't changed

This commit is contained in:
Nathan Binkert
2008-11-05 07:20:03 -08:00
parent 46b56bb7b6
commit 44839d6b71
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ X86ISA::I82094AA::I82094AA(Params *p) : PioDevice(p), IntDev(this),
latency(p->pio_latency), pioAddr(p->pio_addr), extIntPic(NULL)
{
// This assumes there's only one I/O APIC in the system
id = sys->getNumCPUs();
id = sys->numContexts();
assert(id <= 0xf);
arbId = id;
regSel = 0;