x86: enable MMU on 64-bit with SMP
The races are believed to be resolved with the patch to irq_offload(). Allow the MMU to be turned on and enable it for qemu_x86_64. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
e09a0255da
commit
1c97851726
2 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,6 @@ 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-
|
||||
|
|
|
@ -16,4 +16,5 @@ CONFIG_TEST_RANDOM_GENERATOR=y
|
|||
CONFIG_DEBUG_INFO=y
|
||||
CONFIG_SMP=y
|
||||
CONFIG_MP_NUM_CPUS=2
|
||||
CONFIG_X86_MMU=y
|
||||
CONFIG_X86_VERY_EARLY_CONSOLE=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue