mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
base-linux: init trace control
This commit is contained in:
parent
f8a27e6acf
commit
a79bfad08e
@ -142,6 +142,8 @@ void Thread::start()
|
||||
static Lock lock;
|
||||
Lock::Guard guard(lock);
|
||||
|
||||
_init_cpu_session_and_trace_control();
|
||||
|
||||
/*
|
||||
* The first time we enter this code path, the 'start' function is
|
||||
* called by the main thread as there cannot exist other threads
|
||||
|
Loading…
Reference in New Issue
Block a user