mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 11:55:24 +00:00
hw: adjust core's signal thread's stack size
The stack size should be architecture dependent. Fix #1854
This commit is contained in:
parent
5afad64586
commit
f539cf1231
@ -30,7 +30,7 @@ namespace Genode
|
||||
*/
|
||||
class Signal_handler
|
||||
{
|
||||
enum { STACK_SIZE = 4096 };
|
||||
enum { STACK_SIZE = 1024 * sizeof(addr_t) };
|
||||
|
||||
Rpc_entrypoint _entrypoint;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user