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