lib: Increase the scratch space to 512 bytes.

Currently scratch space per hart is 256 bytes. Increase it to 512 bytes
to accomodate ipi queue.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
This commit is contained in:
Atish Patra
2019-04-01 17:05:53 -07:00
committed by Anup Patel
parent fd5418d92c
commit 1eba298b0d

View File

@@ -39,7 +39,7 @@
#define SBI_SCRATCH_TLB_INFO_OFFSET (16 * __SIZEOF_POINTER__)
/** Maximum size of sbi_scratch and sbi_ipi_data */
#define SBI_SCRATCH_SIZE (32 * __SIZEOF_POINTER__)
#define SBI_SCRATCH_SIZE (64 * __SIZEOF_POINTER__)
#ifndef __ASSEMBLY__