diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-11-13 12:40:15 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-11-13 12:40:15 -0800 |
commit | ff4ba8261058f842ecceb48a5c4f0e120aaaf3a6 (patch) | |
tree | 0ffcb5f910b6be0ee935cfe34d4c74f6031b9347 /src/arch/power/utility.hh | |
parent | 1a8f1809fa987a035d6ad70d454add8755c406f0 (diff) | |
download | gem5-ff4ba8261058f842ecceb48a5c4f0e120aaaf3a6.tar.xz |
POWER: Add a stub implementation of initCPU.
Diffstat (limited to 'src/arch/power/utility.hh')
-rw-r--r-- | src/arch/power/utility.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/power/utility.hh b/src/arch/power/utility.hh index 0dc9294a5..c3868c189 100644 --- a/src/arch/power/utility.hh +++ b/src/arch/power/utility.hh @@ -92,6 +92,8 @@ getExecutingAsid(ThreadContext *tc) return 0; } +void initCPU(ThreadContext *, int cpuId); + } // namespace PowerISA |