fix hart_stack_size change

This commit is contained in:
Xiang W
2023-08-14 18:41:00 +08:00
committed by xingxg2022
parent 270f27b81b
commit a82a033c74
2 changed files with 7 additions and 1 deletions

View File

@@ -136,7 +136,7 @@ struct sbi_platform_operations {
};
/** Platform default per-HART stack size for exception/interrupt handling */
#define SBI_PLATFORM_DEFAULT_HART_STACK_SIZE 16384
#define SBI_PLATFORM_DEFAULT_HART_STACK_SIZE 8192
/** Representation of a platform */
struct sbi_platform {