Ignore:
File:
1 edited

Legend:

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

    r61eb2ce2 r5a5269d  
    236236                size_t frames;
    237237                bool anonymous;
    238                 struct parea *parea;
    239238        };
    240239
     
    307306extern as_t *AS_KERNEL;
    308307
    309 extern const as_operations_t *as_operations;
     308extern as_operations_t *as_operations;
    310309extern list_t inactive_as_with_asid_list;
    311310
Note: See TracChangeset for help on using the changeset viewer.