summaryrefslogtreecommitdiff
path: root/arch/sparc/linux_process.cc
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-03-04 03:16:16 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-03-04 03:16:16 -0500
commit62d149d9be9627593dc3e89505daa20b349ec116 (patch)
treec3bda4eaec34c77710781b25a3d7ef44a5d49997 /arch/sparc/linux_process.cc
parent890eb2432d3535727cd2f5f08ccdaec918774022 (diff)
downloadgem5-62d149d9be9627593dc3e89505daa20b349ec116.tar.xz
General small SPARC fixups
arch/sparc/SConscript: Fixed up the SPARC SConscript to use the name of the SPARC source files. arch/sparc/linux_process.cc: Changed the namespace name from SPARCISA to SparcISA. --HG-- extra : convert_revision : c340fbf78200bf7d962e7578a3f2998860224c53
Diffstat (limited to 'arch/sparc/linux_process.cc')
-rw-r--r--arch/sparc/linux_process.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sparc/linux_process.cc b/arch/sparc/linux_process.cc
index 14b3d1505..d1c439d72 100644
--- a/arch/sparc/linux_process.cc
+++ b/arch/sparc/linux_process.cc
@@ -39,7 +39,7 @@
#include "sim/syscall_emul.hh"
using namespace std;
-using namespace SPARCISA;
+using namespace SparcISA;
/// Target pipe() handler. Even though this is a generic Posix call,
/// the Alpha return convention is funky, so that makes it
@@ -140,7 +140,6 @@ osf_setsysinfoFunc(SyscallDesc *desc, int callnum, Process *process,
return 1;
}
-
SyscallDesc SparcLinuxProcess::syscallDescs[] = {
/* 0 */ SyscallDesc("restart_syscall", unimplimentedFunc);
/* 1 */ SyscallDesc("exit", unimplimentedFunc);