Skip to content

Commit 2b5b054

Browse files
Nicolas Pitrenashif
authored andcommitted
aarch64: userspace: bump the global number of available page tables
Each memory domain requires a few pages for itself. Signed-off-by: Nicolas Pitre <[email protected]>
1 parent b52f769 commit 2b5b054

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/core/aarch64/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ config MMU_PAGE_SIZE
129129

130130
config MAX_XLAT_TABLES
131131
int "Maximum numbers of translation tables"
132+
default 16 if USERSPACE
132133
default 8
133134
help
134135
This option specifies the maximum numbers of translation tables.

0 commit comments

Comments
 (0)