x86: do not advertise demand paging support for x86_64
x86_64 does not currently support demand paging so don't advertise it. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
d8614afd8d
commit
3d39864900
|
@ -85,7 +85,7 @@ config X86
|
|||
select ARCH_HAS_GDBSTUB if !X86_64
|
||||
select ARCH_HAS_TIMING_FUNCTIONS
|
||||
select ARCH_HAS_THREAD_LOCAL_STORAGE
|
||||
select ARCH_HAS_DEMAND_PAGING
|
||||
select ARCH_HAS_DEMAND_PAGING if !X86_64
|
||||
select IRQ_OFFLOAD_NESTED if IRQ_OFFLOAD
|
||||
select NEED_LIBC_MEM_PARTITION if USERSPACE && TIMING_FUNCTIONS \
|
||||
&& !BOARD_HAS_TIMING_FUNCTIONS \
|
||||
|
|
Loading…
Reference in a new issue