mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
hw: fix documentation of Kernel::update_pd
Add note that the calling thread must not be destroyed while in the syscall. Fixes #1253
This commit is contained in:
parent
a74ae75680
commit
ff2516deb2
@ -68,7 +68,8 @@ namespace Kernel
|
||||
*
|
||||
* Kernel and/or hardware may cache parts of a domain configuration. This
|
||||
* function ensures that the in-memory state of the targeted domain gets
|
||||
* CPU-locally effective.
|
||||
* CPU-locally effective. The calling thread must not be destroyed while
|
||||
* in this syscall.
|
||||
*/
|
||||
inline void update_pd(Pd * const pd)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user