Revert "x86: implement demand paging APIs"
This reverts commit 7711c9a82d
.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1d24758f95
commit
adff757c72
5 changed files with 0 additions and 206 deletions
|
@ -24,14 +24,6 @@
|
|||
#define Z_X86_MMU_XD 0
|
||||
#endif
|
||||
|
||||
/* For these we'll just use the same bits in the PTE */
|
||||
#define ARCH_DATA_PAGE_DIRTY ((uintptr_t)BIT(6))
|
||||
#define ARCH_DATA_PAGE_LOADED ((uintptr_t)BIT(0))
|
||||
#define ARCH_DATA_PAGE_ACCESSED ((uintptr_t)BIT(5))
|
||||
|
||||
/* Use an PAT bit for this one since it's never set in a mapped PTE */
|
||||
#define ARCH_DATA_PAGE_NOT_MAPPED ((uintptr_t)BIT(7))
|
||||
|
||||
/* Always true with 32-bit page tables, don't enable
|
||||
* CONFIG_EXECUTE_XOR_WRITE and expect it to work for you
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue