projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b701a6
)
Added a stub initCPU function. This would be a good place to force in a PowerOnReset...
author
Gabe Black
<gblack@eecs.umich.edu>
Fri, 3 Nov 2006 16:04:10 +0000
(11:04 -0500)
committer
Gabe Black
<gblack@eecs.umich.edu>
Fri, 3 Nov 2006 16:04:10 +0000
(11:04 -0500)
--HG--
extra : convert_revision :
79e1fa2ef40e326682069639e260db255fd29d93
src/arch/sparc/utility.hh
patch
|
blob
|
history
diff --git
a/src/arch/sparc/utility.hh
b/src/arch/sparc/utility.hh
index 23fddf0e98f5b1964c288745922664a211f45558..d8880e31762d15658c85bdb2a435fc13f8369c13 100644
(file)
--- a/
src/arch/sparc/utility.hh
+++ b/
src/arch/sparc/utility.hh
@@
-99,6
+99,12
@@
namespace SparcISA
template <class TC>
void zeroRegisters(TC *tc);
+ void initCPU(ThreadContext *tc, int cpuId)
+ {
+ //This would be a good place to stick a PowerOnReset fault into the
+ //cpu.
+ }
+
} // namespace SparcISA
#endif