evl/thread: drop call to obsolete force_commit_memory()
A process is now marked for COW-breaking on fork() upon the first call
to dovetail_init_altsched(), and must ensure its memory is locked via
a call to mlockall(MCL_CURRENT|MCL_FUTURE) as usual.
As a result, force_commit_memory() became pointless and was removed
from the Dovetail interface.
Signed-off-by:
Philippe Gerum <rpm@xenomai.org>
Please register or sign in to comment