mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 11:50:24 +00:00
Allocate exc_pt_sel inside Thread_base object instead of pager object, since it is a thread specific characteristic. Same for freeing of the thread capabilities: - ec, sc, rs, exc_pt_sel is thread specific and has nothing to do in server nor pager object.