Change FPU to hard
[vuplus_openembedded] / recipes / linux / linux-bm750 / linux_bm750_resource.patch
1 Index: include/linux/resource.h
2 ===================================================================
3 --- include/linux/resource.h    (revision 1)
4 +++ include/linux/resource.h    (working copy)
5 @@ -62,7 +62,10 @@
6   * THT: 8MB is unreasonably high for embedded systems,
7   * for which, by default, only 32MB is allocated to the kernel
8   */
9 +/*
10  #define _STK_LIM       (1<<20)
11 +*/
12 +#define _STK_LIM       (4<<20)
13  
14  #else
15  #define _STK_LIM       (8*1024*1024)