Changes in kernel/genarch/src/mm/page_pt.c [b169619:6404aca] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/mm/page_pt.c
rb169619 r6404aca 47 47 #include <typedefs.h> 48 48 #include <arch/asm.h> 49 #include <mem w.h>49 #include <mem.h> 50 50 #include <align.h> 51 51 #include <macros.h> … … 58 58 static void pt_mapping_make_global(uintptr_t, size_t); 59 59 60 constpage_mapping_operations_t pt_mapping_operations = {60 page_mapping_operations_t pt_mapping_operations = { 61 61 .mapping_insert = pt_mapping_insert, 62 62 .mapping_remove = pt_mapping_remove,
Note:
See TracChangeset
for help on using the changeset viewer.