Skip to content

Commit 3ab84aa

Browse files
keith-packardkartben
authored andcommitted
tests/mem_protect: Adjust backing store size
This test is failing; perhaps we've shrunk the kernel enough to change what this value needs to be? Signed-off-by: Keith Packard <[email protected]>
1 parent a72b31b commit 3ab84aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/kernel/mem_protect/demand_paging/mem_map/boards/qemu_x86_tiny.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# However, specifying how many pages used by
66
# the backing store must be done in build time.
77
# So here we are, tuning this manually.
8-
CONFIG_BACKING_STORE_RAM_PAGES=12
8+
CONFIG_BACKING_STORE_RAM_PAGES=10
99

1010
# The following is needed so that .text and following
1111
# sections are present in physical memory to test

0 commit comments

Comments
 (0)