Added a stub initCPU function. This would be a good place to force in a PowerOnReset...
authorGabe Black <gblack@eecs.umich.edu>
Fri, 3 Nov 2006 16:04:10 +0000 (11:04 -0500)
committerGabe 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

index 23fddf0e98f5b1964c288745922664a211f45558..d8880e31762d15658c85bdb2a435fc13f8369c13 100644 (file)
@@ -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