REVERTME: x86: disable X86_MMU if MP_NUM_CPUS != 1

We are working through some SMP issues with this enabled,
prevent this for now.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2019-10-19 12:28:33 -07:00 committed by Andrew Boie
commit abf5157fdd

View file

@ -159,6 +159,7 @@ config X86_VERY_EARLY_CONSOLE
config X86_MMU
bool "Enable Memory Management Unit"
select MEMORY_PROTECTION
depends on MP_NUM_CPUS = 1 # FIXME: Working through SMP issues
help
This options enables the memory management unit present in x86
and creates a set of page tables at boot time that is runtime-