summaryrefslogtreecommitdiff
path: root/src/arch/sparc
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2010-08-22 18:39:39 -0700
committerGabe Black <gblack@eecs.umich.edu>2010-08-22 18:39:39 -0700
commit4ad30a662ddea8e2944be93d6056d313748ae37e (patch)
treec987db617bd4d17aa6f11f560b53d4a2f7341650 /src/arch/sparc
parent5836023ab2eb8f2c780e835078d518f061722d65 (diff)
downloadgem5-4ad30a662ddea8e2944be93d6056d313748ae37e.tar.xz
SPARC: Fix some style issues in utility.hh.
Diffstat (limited to 'src/arch/sparc')
-rw-r--r--src/arch/sparc/utility.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/arch/sparc/utility.hh b/src/arch/sparc/utility.hh
index 2b9059371..064af9c6a 100644
--- a/src/arch/sparc/utility.hh
+++ b/src/arch/sparc/utility.hh
@@ -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