POWER: Add a stub implementation of initCPU.
This commit is contained in:
@@ -68,5 +68,11 @@ skipFunction(ThreadContext *tc)
|
||||
panic("Not Implemented for POWER");
|
||||
}
|
||||
|
||||
void
|
||||
initCPU(ThreadContext *tc, int cpuId)
|
||||
{
|
||||
panic("initCPU not implemented for POWER.\n");
|
||||
}
|
||||
|
||||
|
||||
} // namespace PowerISA
|
||||
|
||||
@@ -92,6 +92,8 @@ getExecutingAsid(ThreadContext *tc)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void initCPU(ThreadContext *, int cpuId);
|
||||
|
||||
} // namespace PowerISA
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user