Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/mm/as.h

    r5a5269d r61eb2ce2  
    236236                size_t frames;
    237237                bool anonymous;
     238                struct parea *parea;
    238239        };
    239240
     
    306307extern as_t *AS_KERNEL;
    307308
    308 extern as_operations_t *as_operations;
     309extern const as_operations_t *as_operations;
    309310extern list_t inactive_as_with_asid_list;
    310311
Note: See TracChangeset for help on using the changeset viewer.