mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
foc: increase stack size for IRQ handler
This commit is contained in:
parent
869fac8f76
commit
e9652d765d
@ -43,7 +43,7 @@ using namespace Genode;
|
||||
/**
|
||||
* Dispatches interrupts from kernel
|
||||
*/
|
||||
class Genode::Interrupt_handler : public Thread<4096>
|
||||
class Genode::Interrupt_handler : public Thread<2048*sizeof(long)>
|
||||
{
|
||||
private:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user