Changeset 008029d in mainline for arch/sparc64/include
- Timestamp:
- 2006-02-21T23:36:37Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f5df72d
- Parents:
- c2942d8
- Location:
- arch/sparc64/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/include/atomic.h
rc2942d8 r008029d 54 54 "casx %0, %1, %2\n" 55 55 "cmp %1, %2\n" 56 "bne 0b\n" 56 "bne 0b\n" /* The operation failed and must be attempted again if a != b. */ 57 57 "nop\n" 58 58 : "=m" (*((__u64 *)x)), "=r" (a), "=r" (b) -
arch/sparc64/include/mm/tlb.h
rc2942d8 r008029d 269 269 } 270 270 271 extern void fast_instruction_access_mmu_miss(void); 272 extern void fast_data_access_mmu_miss(void); 273 extern void fast_data_access_protection(void); 274 271 275 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
