diff options
author | Vince Weaver <vince@csl.cornell.edu> | 2009-11-04 00:47:12 -0500 |
---|---|---|
committer | Vince Weaver <vince@csl.cornell.edu> | 2009-11-04 00:47:12 -0500 |
commit | a1042db29098da395d0de96c652c41904feb425a (patch) | |
tree | a6ce96e097b8082c6404c819851f0cbe86fa8ca9 /src/cpu/o3 | |
parent | 9b0a747dd41d3383769be1cd737733902875a528 (diff) | |
download | gem5-a1042db29098da395d0de96c652c41904feb425a.tar.xz |
X86: Enable x86_64 vsyscall support
64-bit vsyscall is different than 32-bit.
There are only two syscalls, time and gettimeofday.
On a real system, there is complicated code that implements these
without entering the kernel. That would be complicated to implement in m5.
Instead we just place code that calls the regular syscalls (this is how
tools such as valgrind handle this case).
This is needed for the perlbmk spec2k benchmark.
Diffstat (limited to 'src/cpu/o3')
0 files changed, 0 insertions, 0 deletions