- Timestamp:
- 2006-02-22T23:45:51Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ab46edb
- Parents:
- 7d53ef4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/mm/asid.h
r7d53ef4 r5ac2e61 35 35 #define __ASID_H__ 36 36 37 #ifndef __ASM__ 38 37 39 #include <arch/mm/asid.h> 38 40 #include <typedefs.h> 41 42 #endif 39 43 40 44 #define ASID_KERNEL 0 … … 43 47 #define ASID_MAX ASID_MAX_ARCH 44 48 49 #ifndef __ASM__ 50 51 45 52 #define ASIDS_ALLOCABLE ((ASID_MAX+1)-ASID_START) 46 53 47 54 extern spinlock_t asidlock; 55 extern link_t as_with_asid_head; 48 56 49 #ifndef asid_get50 57 extern asid_t asid_get(void); 51 #endif /* !def asid_get */52 58 extern void asid_put(asid_t asid); 53 59 … … 65 71 66 72 #endif 73 74 #endif 75
Note:
See TracChangeset
for help on using the changeset viewer.