From: Keir Fraser Date: Mon, 11 Aug 2008 14:00:06 +0000 (+0100) Subject: stubdom: for safety, tell lwip we use the heap in the event handler X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14157^2~16 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=03d1528a6a241f50c27ab6359bbf6c6c0faf7da1;p=xen.git stubdom: for safety, tell lwip we use the heap in the event handler Signed-off-by: Samuel Thibault --- diff --git a/extras/mini-os/include/lwipopts.h b/extras/mini-os/include/lwipopts.h index 3bc9703cc2..bc5555e45f 100644 --- a/extras/mini-os/include/lwipopts.h +++ b/extras/mini-os/include/lwipopts.h @@ -15,6 +15,7 @@ #define LWIP_DHCP 1 #define LWIP_COMPAT_SOCKETS 0 #define LWIP_IGMP 1 +#define LWIP_USE_HEAP_FROM_INTERRUPT 1 #define MEMP_NUM_SYS_TIMEOUT 10 #define TCP_SND_BUF 3000 #define TCP_MSS 1500