SPARC: Fix some style issues in utility.hh.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 23 Aug 2010 01:39:39 +0000 (18:39 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 23 Aug 2010 01:39:39 +0000 (18:39 -0700)
src/arch/sparc/utility.hh

index 2b90593715449c995a6fd2185e188fa6f0b7449c..064af9c6ab726e7c60476f59dfbffecef122f60f 100644 (file)
@@ -41,8 +41,6 @@
 
 namespace SparcISA
 {
-
-
     uint64_t getArgument(ThreadContext *tc, int number, bool fp);
 
     static inline bool
@@ -97,7 +95,8 @@ namespace SparcISA
     template <class TC>
     void zeroRegisters(TC *tc);
 
-    inline void initCPU(ThreadContext *tc, int cpuId)
+    inline void
+    initCPU(ThreadContext *tc, int cpuId)
     {
         static Fault por = new PowerOnReset();
         if (cpuId == 0)
@@ -105,7 +104,8 @@ namespace SparcISA
 
     }
 
-    inline void startupCPU(ThreadContext *tc, int cpuId)
+    inline void
+    startupCPU(ThreadContext *tc, int cpuId)
     {
 #if FULL_SYSTEM
         // Other CPUs will get activated by IPIs