Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/mm/as_pt.c

    r84176f3 rb169619  
    4444#include <arch/mm/as.h>
    4545#include <typedefs.h>
    46 #include <mem.h>
     46#include <memw.h>
    4747#include <arch.h>
    4848
     
    5454static bool pt_locked(as_t *);
    5555
    56 as_operations_t as_pt_operations = {
     56const as_operations_t as_pt_operations = {
    5757        .page_table_create = ptl0_create,
    5858        .page_table_destroy = ptl0_destroy,
Note: See TracChangeset for help on using the changeset viewer.