diff options
-rw-r--r-- | sys/arm/include/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/include/param.h b/sys/arm/include/param.h index 45dc0f270c50..807b492324fa 100644 --- a/sys/arm/include/param.h +++ b/sys/arm/include/param.h @@ -114,7 +114,7 @@ #define MAXPAGESIZES 2 /* maximum number of supported page sizes */ #ifndef KSTACK_PAGES -#define KSTACK_PAGES 4 +#define KSTACK_PAGES 2 #endif /* !KSTACK_PAGES */ #ifndef FPCONTEXTSIZE |