stdlib: Del comment stating SE mode limited to single thread

This comment was left in the codebase in error. The
`set_se_binary_workload` function works fine with multi-threaded
applications. This hasn't been a restriction for some time.

Change-Id: I1b1d27c86f8d9284659f62ae27d752bf5325e31b
This commit is contained in:
Bobby R. Bruce
2023-10-05 10:20:55 -07:00
parent 6f5d877b1a
commit f75c0fca8a

View File

@@ -75,7 +75,6 @@ class SEBinaryWorkload:
"""Set up the system to run a specific binary.
**Limitations**
* Only supports single threaded applications.
* Dynamically linked executables are partially supported when the host
ISA and the simulated ISA are the same.