genode/base-hw/src
Martin Stein 02c16e7106 hw: split resume_local_thread from resume_thread
Kernel::resume_thread was restricted to core when the targeted thread was in
another domain. Now there are two kernel calls, resume_local_thread and
resume_thread, where the former is never restricted and is provided via
public kernel/interface.h and the latter is always restricted to core and
is provided via core-local kernel/core_interface.h.

ref #1101
2014-04-07 17:09:52 +02:00
..
arm/kernel hw: move core-restricted interface to local header 2014-04-07 17:02:50 +02:00
base hw: split resume_local_thread from resume_thread 2014-04-07 17:09:52 +02:00
core hw: split resume_local_thread from resume_thread 2014-04-07 17:09:52 +02:00