|
@@ -24,10 +24,10 @@
|
|
|
#include <linux/compiler.h>
|
|
#include <linux/compiler.h>
|
|
|
|
|
|
|
|
#ifndef CONFIG_ARM64_64K_PAGES
|
|
#ifndef CONFIG_ARM64_64K_PAGES
|
|
|
-#define THREAD_SIZE_ORDER 1
|
|
|
|
|
|
|
+#define THREAD_SIZE_ORDER 2
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
-#define THREAD_SIZE 8192
|
|
|
|
|
|
|
+#define THREAD_SIZE 16384
|
|
|
#define THREAD_START_SP (THREAD_SIZE - 16)
|
|
#define THREAD_START_SP (THREAD_SIZE - 16)
|
|
|
|
|
|
|
|
#ifndef __ASSEMBLY__
|
|
#ifndef __ASSEMBLY__
|