mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
base: unify page-fault notification for kernels
* Enable page-fault messages for regions not directly managed by core * Unify output given when a page-fault occurs related to those regions Fix #2082
This commit is contained in:
committed by
Christian Helmuth
parent
97201e6778
commit
2147c42ec6
@ -58,7 +58,7 @@ void Thread::_thread_start()
|
||||
lx_sigaltstack(stack_base, stack_size);
|
||||
if (stack_size < 0x1000)
|
||||
raw("small stack of ", stack_size, " bytes for \"", thread->name(),
|
||||
"\" may may break Linux signal handling");
|
||||
"\" may break Linux signal handling");
|
||||
|
||||
/*
|
||||
* Set signal handler such that canceled system calls get not
|
||||
|
Reference in New Issue
Block a user