113c113,119
< (pkt->req->getCpuNum() & 0x3));
---
> (pkt->req->contextId() & 0x3));
> // currently, FS cannot handle MT so contextId and
> // cpuId are effectively the same, don't know if it will
> // matter if FS becomes MT enabled. I suspect no because
> // we are currently able to boot up to 64 procs anyway
> // which would render the CPUID of this register useless
> // anyway