Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kernel: mmu: update dependencies for x86 #85327

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kernel/Kconfig.vm
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ endif # KERNEL_VM_SUPPORT

menuconfig MMU
bool "MMU features"
depends on CPU_HAS_MMU
depends on CPU_HAS_MMU && (!X86 || (X86 && X86_MMU))
select KERNEL_VM_SUPPORT
help
This option is enabled when the CPU's memory management unit is active
Expand Down
4 changes: 0 additions & 4 deletions tests/posix/xsi_realtime/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ common:
platform_exclude:
# linker_zephyr_pre0.cmd:140: syntax error (??)
- qemu_xtensa/dc233c
# CONFIG_MMU=y but no arch_mem_map() or arch_mem_unmap()
- intel_ish_5_4_1
- intel_ish_5_6_0
- intel_ish_5_8_0
- native_sim
- native_sim/native/64
tests:
Expand Down
Loading