foc: increase stack size for IRQ handler

This commit is contained in:
Christian Helmuth 2015-05-15 14:45:30 +02:00
parent 869fac8f76
commit e9652d765d
1 changed files with 1 additions and 1 deletions

View File

@ -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: