Changeset cd13c2a in mainline for kernel/generic/include/mm/asid.h
- Timestamp:
- 2006-10-18T17:15:29Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- de57e060
- Parents:
- a000fd71
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/mm/asid.h
ra000fd71 rcd13c2a 55 55 #ifndef __ASM__ 56 56 57 #define ASIDS_ALLOCABLE ((ASID_MAX +1)-ASID_START)57 #define ASIDS_ALLOCABLE ((ASID_MAX + 1) - ASID_START) 58 58 59 59 extern spinlock_t asidlock;
Note:
See TracChangeset
for help on using the changeset viewer.