Skip to content

Commit 68510a2

Browse files
committed
ptl: increase the number of L2 page tables
With userspace enabled we easily use up the currently configured for ACE 3.0 by Zephyr 64 L2 page tables when running tests with multiple pipelines on multiple cores with userspace enabled. Double the number to cover current test cases. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 3c8c7fe commit 68510a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/boards/intel_adsp_ace30_ptl.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ CONFIG_DMA_DW_LLI_POOL_SIZE=50
5353
CONFIG_MEMORY_WIN_2_SIZE=12288
5454
CONFIG_MM_DRV_INTEL_ADSP_TLB_REMAP_UNUSED_RAM=y
5555
CONFIG_MM_DRV_INTEL_VIRTUAL_REGION_COUNT=2
56+
CONFIG_XTENSA_MMU_NUM_L2_TABLES=128
5657
CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000
5758

5859
# Zephyr / power settings

0 commit comments

Comments
 (0)