arm: Add unlinkat syscall implementation
Review Request #2548 - Created Dec. 3, 2014 and submitted
| Information | |
|---|---|
| mike upton | |
| gem5 | |
| Reviewers | |
| Default | |
arm: Add unlinkat syscall implementation added ARM aarch64 unlinkat syscall support, modeled on other <xxx>at syscalls. This gets all of the cpu2006 int workloads passing in SE mode on aarch64. hmmer, omnetpp
build/ARM/tests/opt/quick/se SPEC CPU2006 integer apps, test and train input sizes
Ship It!
Posted (Dec. 4, 2014, 7:03 a.m.)
-
src/sim/syscall_emul.hh (Diff revision 1) -
How will the compiler choose between the two versions of unlinkFunc? I think we should either drop the default argument or drop the second version.
-
src/sim/syscall_emul.hh (Diff revision 1) -
The parameters on the second line need to be aligned with ones in the first line.
-
src/sim/syscall_emul.cc (Diff revision 1) -
Parameter needs to be aligned,
Review request changed
Updated (Dec. 4, 2014, 2:20 p.m.)
Review request changed
Updated (Dec. 4, 2014, 5:14 p.m.)
Ship It!
