summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeyuan Guo <guodeyuan@tsinghua.org.cn>2012-01-12 09:59:01 -0500
committerDeyuan Guo <guodeyuan@tsinghua.org.cn>2012-01-12 09:59:01 -0500
commit4a59cf00b4b03b63e30a89f1b7f27dbd8bca4f3a (patch)
treea498eee118a17268fbf53bfd628a982aa408d793
parent31b6941a52f859cf11c3f35ec4c0ac2f2f11eb14 (diff)
downloadgem5-4a59cf00b4b03b63e30a89f1b7f27dbd8bca4f3a.tar.xz
mips: compatibility between MIPS_SE and cross compiler from CodeSorcery
-rw-r--r--src/arch/mips/linux/process.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/mips/linux/process.cc b/src/arch/mips/linux/process.cc
index 156d4ea05..0982e05cb 100644
--- a/src/arch/mips/linux/process.cc
+++ b/src/arch/mips/linux/process.cc
@@ -55,7 +55,7 @@ unameFunc(SyscallDesc *desc, int callnum, LiveProcess *process,
strcpy(name->sysname, "Linux");
strcpy(name->nodename,"m5.eecs.umich.edu");
- strcpy(name->release, "2.4.20");
+ strcpy(name->release, "2.6.35");
strcpy(name->version, "#1 Mon Aug 18 11:32:15 EDT 2003");
strcpy(name->machine, "mips");