Changeset 13c1a0c in mainline
- Timestamp:
- 2006-02-26T10:20:36Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0c732e
- Parents:
- 085434a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/mm/asid.h
r085434a r13c1a0c 49 49 #ifndef __ASM__ 50 50 51 52 51 #define ASIDS_ALLOCABLE ((ASID_MAX+1)-ASID_START) 53 52 … … 55 54 extern link_t as_with_asid_head; 56 55 57 extern asid_t asid_get(void); /*This is in collision with ia32 macro*/ 56 #ifndef asid_get 57 extern asid_t asid_get(void); 58 #endif /* !def asid_get */ 59 60 #ifndef asid_put 58 61 extern void asid_put(asid_t asid); 62 #endif /* !def asid_put */ 59 63 60 64 #ifndef asid_install
Note:
See TracChangeset
for help on using the changeset viewer.