Ayaz Akram has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/15855

Change subject: tests: update the arm kernel version
......................................................................

tests: update the arm kernel version

This change is needed to run cpu tests with ARM binaries
compiled with newer linux kernel headers

Change-Id: I6cbf132c38d4b18f971ee32272ddb6a5a791a625
Signed-off-by: Ayaz Akram <[email protected]>
---
M src/arch/arm/linux/process.cc
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/src/arch/arm/linux/process.cc b/src/arch/arm/linux/process.cc
index a7ec70e..99f4b2c 100644
--- a/src/arch/arm/linux/process.cc
+++ b/src/arch/arm/linux/process.cc
@@ -89,7 +89,7 @@

     strcpy(name->sysname, "Linux");
     strcpy(name->nodename, "gem5");
-    strcpy(name->release, "3.7.0+");
+    strcpy(name->release, "4.10.8+");
     strcpy(name->version, "#1 SMP Sat Dec  1 00:00:00 GMT 2012");
     strcpy(name->machine, "armv8l");


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/15855
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I6cbf132c38d4b18f971ee32272ddb6a5a791a625
Gerrit-Change-Number: 15855
Gerrit-PatchSet: 1
Gerrit-Owner: Ayaz Akram <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to