Skip to content

Commit 62514fe

Browse files
committed
lkl: drop LKL_MEMORY_START and LKL_TASK_UNMAPPED_BASE autoconf
The LKL_MEMORY_START=0x50000000 and LKL_TASK_UNMAPPED_BASE=0x100000 kernel config values set in Makefile.autoconf match the arch/lkl/Kconfig defaults, so avoid explicitly setting them. The corresponding LKL_HOST_CONFIG_LKL_MEMORY_START/_TASK_UNMAPPED_BASE lkl_autoconf.h consts appear to be unused, so also drop them for now. Signed-off-by: David Disseldorp <ddiss@suse.de>
1 parent cb5a9cf commit 62514fe

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tools/lkl/Makefile.autoconf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,6 @@ endef
248248
define do_autoconf_mmu
249249
$(call set_autoconf_var,MMU,y)
250250
$(call set_kernel_config,MMU,y)
251-
# Explicitly set LKL MMU configuration parameters for Kconfig
252-
$(call set_autoconf_var,LKL_MEMORY_START,0x50000000)
253-
$(call set_kernel_config,LKL_MEMORY_START,0x50000000)
254-
$(call set_autoconf_var,LKL_TASK_UNMAPPED_BASE,0x100000)
255-
$(call set_kernel_config,LKL_TASK_UNMAPPED_BASE,0x100000)
256251
# Don't need swap in LKL. CONFIG_SHMEM generates a compile-time assertion
257252
# when build with gcc, however, works fine with clang. The issues is in macro
258253
# HPAGE_PMD_SIZE which should be optimized out but is not in case of gcc.

0 commit comments

Comments
 (0)