From eb81f8150738f65723860556ac55ed8e0ba6f318 Mon Sep 17 00:00:00 2001 From: dhewg Date: Mon, 13 Apr 2009 11:14:57 +0200 Subject: [PATCH] Increased mini's irq stack size. The new sd driver requires this, I can reproduce a panic easily here. This is hopefully temporarily, maybe we can push this requirement down a little. --- mini.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini.ld b/mini.ld index ad74032..acb27b1 100644 --- a/mini.ld +++ b/mini.ld @@ -5,7 +5,7 @@ EXTERN(__ipc_info) ENTRY(_start) __stack_size = 0x800; -__irqstack_size = 0x200; /* blame the bsd's sdhc_intr function */ +__irqstack_size = 0x400; /* blame the bsd's sdhc_intr function */ __excstack_size = 0x100; MEMORY {