Some fixups
authorGabe Black <gblack@eecs.umich.edu>
Wed, 8 Feb 2006 06:57:47 +0000 (01:57 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 8 Feb 2006 06:57:47 +0000 (01:57 -0500)
arch/alpha/alpha_linux_process.cc:
arch/alpha/alpha_tru64_process.cc:
    Replaced the namespace declaration with including arch/alpha/isa_traits.hh

--HG--
extra : convert_revision : 07cb73a9f30f0e165809668f9baff6a3e3f94580

arch/alpha/alpha_linux_process.cc
arch/alpha/alpha_tru64_process.cc

index 16cbf38418dd1827f75e919bd55f9cf5beaa5c97..8f114955f6934d0cdf01a67b622e6095b5354575 100644 (file)
@@ -26,9 +26,6 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-namespace LittleEndian {}
-using namespace LittleEndian;
-
 #include <dirent.h>
 #include <errno.h>
 #include <fcntl.h>     // for host open() flags
@@ -45,6 +42,7 @@ using namespace LittleEndian;
 #include "sim/process.hh"
 #include "sim/sim_events.hh"
 
+#include "arch/alpha/isa_traits.hh"
 #include "arch/alpha/alpha_common_syscall_emul.hh"
 #include "sim/syscall_emul.hh"
 #include "sim/root.hh" // for curTick & ticksPerSecond
index d57054dfd5d4c7cf049fe45a3ad03d2e76dddb7e..6d790b173e649527a350d583518a52237264cef2 100644 (file)
@@ -26,9 +26,6 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-namespace LittleEndian {}
-using namespace LittleEndian;
-
 #include <sys/types.h>
 #include <sys/stat.h>
 #if defined(__OpenBSD__)
@@ -44,6 +41,7 @@ using namespace LittleEndian;
 #include <string.h>    // for memset()
 #include <unistd.h>
 
+#include "arch/alpha/isa_traits.hh"
 #include "arch/alpha/alpha_common_syscall_emul.hh"
 #include "arch/alpha/alpha_tru64_process.hh"
 #include "base/trace.hh"