summaryrefslogtreecommitdiff
path: root/arch/sparc/linux/process.hh
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2006-03-15 23:38:55 -0500
committerKorey Sewell <ksewell@umich.edu>2006-03-15 23:38:55 -0500
commit77a2f97c3590d7d51ffc5b447546c7c70894bdbd (patch)
tree3463e457b10da0cea34cf20e914b2b51dc329d28 /arch/sparc/linux/process.hh
parente2b558112b408847a1423e5dd12db59e81260c84 (diff)
parent7359e2df01fde9ea34a0ba661750a455e26bcacd (diff)
downloadgem5-77a2f97c3590d7d51ffc5b447546c7c70894bdbd.tar.xz
Merge zizzer:/bk/newmem
into zazzer.eecs.umich.edu:/.automount/zooks/y/ksewell/research/m5-sim/newmem-mips --HG-- extra : convert_revision : 9bdde9b5bd3049744451eda1134f080b7c4b1b59
Diffstat (limited to 'arch/sparc/linux/process.hh')
-rw-r--r--arch/sparc/linux/process.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/sparc/linux/process.hh b/arch/sparc/linux/process.hh
index 36b2819da..1565ab549 100644
--- a/arch/sparc/linux/process.hh
+++ b/arch/sparc/linux/process.hh
@@ -29,11 +29,13 @@
#ifndef __SPARC_LINUX_PROCESS_HH__
#define __SPARC_LINUX_PROCESS_HH__
+#include "arch/sparc/process.hh"
#include "sim/process.hh"
+namespace SparcISA {
/// A process with emulated SPARC/Linux syscalls.
-class SparcLinuxProcess : public LiveProcess
+class SparcLinuxProcess : public SparcLiveProcess
{
public:
/// Constructor.
@@ -55,5 +57,5 @@ class SparcLinuxProcess : public LiveProcess
const int Num_Syscall_Descs;
};
-
+} // namespace SparcISA
#endif // __ALPHA_LINUX_PROCESS_HH__