33a34
> #include "arch/sparc/faults.hh"
102c103
< void initCPU(ThreadContext *tc, int cpuId)
---
> inline void initCPU(ThreadContext *tc, int cpuId)
104,105c105,106
< //This would be a good place to stick a PowerOnReset fault into the
< //cpu.
---
> static Fault por = new PowerOnReset();
> por->invoke(tc);