lwip: use alignment solely of 4

Temporarily 64bit fix for issue #817.
This commit is contained in:
Alexander Boettcher 2013-08-08 14:29:07 +02:00 committed by Norman Feske
parent 6d837c9e26
commit 6c994d19fe
1 changed files with 1 additions and 5 deletions

View File

@ -54,12 +54,8 @@
#define MEM_LIBC_MALLOC 1
#define MEMP_MEM_MALLOC 1
#ifdef __x86_64__
#define MEM_ALIGNMENT 8
#else
/* MEM_ALIGNMENT > 4 e.g. for x86_64 are not supported, see Genode issue #817 */
#define MEM_ALIGNMENT 4
#endif
#define ETH_PAD_SIZE 2
#define DEFAULT_ACCEPTMBOX_SIZE 128
#define TCPIP_MBOX_SIZE 128