sim-se: split futex_map.cc into header and source files

To speed up development when modifying the implementation.

Change-Id: I1b3c67c86f8faa38ed81a538521b08e256d21a5a
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/29775
Reviewed-by: Brandon Potter <Brandon.Potter@amd.com>
Maintainer: Brandon Potter <Brandon.Potter@amd.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Ciro Santilli
2019-12-19 12:53:03 +00:00
parent 7fede74467
commit aa219dba7a
3 changed files with 218 additions and 174 deletions

View File

@@ -51,6 +51,7 @@ Source('cxx_config_ini.cc')
Source('debug.cc')
Source('py_interact.cc', add_tags='python')
Source('eventq.cc')
Source('futex_map.cc')
Source('global_event.cc')
Source('init.cc', add_tags='python')
Source('init_signals.cc')