Changeset a60c748 in mainline for genarch/src/mm/asid.c
- Timestamp:
- 2006-01-30T16:40:23Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6a3c9a7
- Parents:
- d4efc19
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
genarch/src/mm/asid.c
rd4efc19 ra60c748 95 95 ipl = interrupts_disable(); 96 96 spinlock_lock(&asidlock); 97 if ( ASID_STEALING_ENABLED &&asids_allocated == ASIDS_ALLOCABLE) {97 if (asids_allocated == ASIDS_ALLOCABLE) { 98 98 99 99 /*
Note:
See TracChangeset
for help on using the changeset viewer.