kernel: increase stack size

Change-Id: I27698149e9206138402dcc65db0078d5dbf548cb
This commit is contained in:
Balazs Gerofi
2020-09-06 12:03:07 +09:00
committed by Masamichi Takagi
parent 10c09aa10e
commit 5d784f3ea4

View File

@ -2,7 +2,7 @@
#ifndef __HEADER_ARM64_COMMON_THREAD_INFO_H
#define __HEADER_ARM64_COMMON_THREAD_INFO_H
#define MIN_KERNEL_STACK_SHIFT 15
#define MIN_KERNEL_STACK_SHIFT 18
#include <arch-memory.h>