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:
parent
e1f2292895
commit
abf5157fdd
1 changed files with 1 additions and 0 deletions
|
@ -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-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue