summaryrefslogtreecommitdiff
path: root/src/arch/alpha/linux
diff options
context:
space:
mode:
authorSteve Reinhardt <steve.reinhardt@amd.com>2009-03-05 17:15:31 -0800
committerSteve Reinhardt <steve.reinhardt@amd.com>2009-03-05 17:15:31 -0800
commite3d6e8882e02d607ed69108d4bc1301de9c2de56 (patch)
treef7afa0148f9e645bd23983debb555a852af891a7 /src/arch/alpha/linux
parentb8548c011d03025dd31eae6bb8cb08033fb52c96 (diff)
downloadgem5-e3d6e8882e02d607ed69108d4bc1301de9c2de56.tar.xz
Get rid of 'using namespace' declarations in headers.
Diffstat (limited to 'src/arch/alpha/linux')
-rw-r--r--src/arch/alpha/linux/system.hh5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/arch/alpha/linux/system.hh b/src/arch/alpha/linux/system.hh
index fa03736c3..3e4de7b2a 100644
--- a/src/arch/alpha/linux/system.hh
+++ b/src/arch/alpha/linux/system.hh
@@ -43,9 +43,6 @@ class IdleStartEvent;
#include "kern/linux/events.hh"
#include "params/LinuxAlphaSystem.hh"
-using namespace AlphaISA;
-using namespace Linux;
-
/**
* This class contains linux specific system code (Loading, Events).
* It points to objects that are the system binaries to load and patches them
@@ -109,7 +106,7 @@ class LinuxAlphaSystem : public AlphaSystem
* PC based event to skip the dprink() call and emulate its
* functionality
*/
- DebugPrintkEvent *debugPrintkEvent;
+ Linux::DebugPrintkEvent *debugPrintkEvent;
/**
* Skip calculate_delay_loop() rather than waiting for this to be