Skip to content

Commit

Permalink
sim-se: update the arm kernel version
Browse files Browse the repository at this point in the history
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]>
Reviewed-on: https://gem5-review.googlesource.com/c/15855
Reviewed-by: Brandon Potter <[email protected]>
Reviewed-by: Andreas Sandberg <[email protected]>
Maintainer: Brandon Potter <[email protected]>
Maintainer: Andreas Sandberg <[email protected]>
  • Loading branch information
aakahlow committed Feb 13, 2019
1 parent 9ac977d commit fe29653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/arm/linux/process.cc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ unameFunc64(SyscallDesc *desc, int callnum, Process *process,

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");

Expand Down

0 comments on commit fe29653

Please sign in to comment.