Changes in kernel/generic/include/mm/as.h [27ba40f:26aafe8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/mm/as.h
r27ba40f r26aafe8 65 65 #include <arch/mm/as.h> 66 66 #include <arch/mm/asid.h> 67 #include <arch/istate.h>68 67 #include <typedefs.h> 69 68 #include <synch/spinlock.h> … … 255 254 256 255 extern as_operations_t *as_operations; 257 extern li st_t inactive_as_with_asid_list;256 extern link_t inactive_as_with_asid_head; 258 257 259 258 extern void as_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.