Changeset 8be8cfa in mainline for kernel/generic/include/mm
- Timestamp:
- 2007-01-29T17:16:56Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dad5951
- Parents:
- 0b3a78f
- Location:
- kernel/generic/include/mm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/mm/as.h
r0b3a78f r8be8cfa 140 140 extern as_operations_t *as_operations; 141 141 142 extern spinlock_t inactive_as_with_asid_lock;142 SPINLOCK_EXTERN(inactive_as_with_asid_lock); 143 143 extern link_t inactive_as_with_asid_head; 144 144 -
kernel/generic/include/mm/asid.h
r0b3a78f r8be8cfa 59 59 #define ASIDS_ALLOCABLE ((ASID_MAX + 1) - ASID_START) 60 60 61 extern spinlock_t asidlock;61 SPINLOCK_EXTERN(asidlock); 62 62 extern link_t as_with_asid_head; 63 63
Note:
See TracChangeset
for help on using the changeset viewer.