summaryrefslogtreecommitdiff
path: root/src/arch/arm/system.cc
diff options
context:
space:
mode:
authorAli Saidi <Ali.Saidi@arm.com>2010-08-23 11:18:40 -0500
committerAli Saidi <Ali.Saidi@arm.com>2010-08-23 11:18:40 -0500
commitbb5377899a2213be2ecaab25fa4858fae81d0a12 (patch)
treefd8445171c770c6cf7f4869e7d4bca0f0fe79d67 /src/arch/arm/system.cc
parent8ed4f0a02cd936f717f5af0c15b64fedddd5af54 (diff)
downloadgem5-bb5377899a2213be2ecaab25fa4858fae81d0a12.tar.xz
ARM: Add system for ARM/Linux and bootstrapping
Diffstat (limited to 'src/arch/arm/system.cc')
-rw-r--r--src/arch/arm/system.cc15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/arch/arm/system.cc b/src/arch/arm/system.cc
index e7470f89a..ba973ea17 100644
--- a/src/arch/arm/system.cc
+++ b/src/arch/arm/system.cc
@@ -1,4 +1,16 @@
/*
+ * Copyright (c) 2010 ARM Limited
+ * All rights reserved
+ *
+ * The license below extends only to copyright in the software and shall
+ * not be construed as granting a license to any other intellectual
+ * property including but not limited to intellectual property relating
+ * to a hardware implementation of the functionality of the software
+ * licensed hereunder. You may use the software subject to the license
+ * terms below provided that you ensure that this notice is replicated
+ * unmodified and in its entirety in all distributions of the software,
+ * modified or unmodified, in source code or in binary form.
+ *
* Copyright (c) 2002-2006 The Regents of The University of Michigan
* All rights reserved.
*
@@ -30,8 +42,7 @@
#include "arch/arm/system.hh"
-
-using namespace LittleEndianGuest;
+using namespace ArmISA;
ArmSystem::ArmSystem(Params *p)
: System(p)