genode/base-mb/src
Alexander Boettcher 6c7661ed62 base: fix sporadic context thread area faults
reverts 68156918ee
"base: apply thread.cc fix of foc to base"

Depending on the context area a fixed location is calculated where the
memory for the stack is attached to. If the context area is released before the
detach call, the very same context area can be reused and memory for the new
stack is attached for a new thread. The detach of the old thread would then
revoke the mapping for the new thread which will cause a un-handled page fault.

Issue #549
2013-02-11 12:01:27 +01:00
..
base base: fix sporadic context thread area faults 2013-02-11 12:01:27 +01:00
core Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
kernel Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
platform Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
test/hello Update copyright headers to 2013 2013-01-10 21:44:47 +01:00