Changeset 94d211e in mainline for kernel/arch/amd64/src/mm/page.c


Ignore:
Timestamp:
2018-03-21T19:32:48Z (7 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Children:
1c7a170
Parents:
973be387
Message:

Change the way page flags work. TODO description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/mm/page.c

    r973be387 r94d211e  
    5555
    5656        uintptr_t cur;
    57         unsigned int identity_flags =
    58             PAGE_GLOBAL | PAGE_CACHEABLE | PAGE_EXEC | PAGE_WRITE | PAGE_READ;
     57        unsigned int identity_flags = PAGE_READ_WRITE_EXECUTE |
     58            PAGE_CACHEABLE | PAGE_KERNEL | PAGE_GLOBAL;
    5959
    6060        page_mapping_operations = &pt_mapping_operations;
Note: See TracChangeset for help on using the changeset viewer.