Changeset 7cb53f62 in mainline for arch/sparc64/include/barrier.h
- Timestamp:
- 2006-02-26T12:02:25Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4767721
- Parents:
- 7a255e69
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/include/barrier.h
r7a255e69 r7cb53f62 48 48 * However, JPS1 implementations are free to ignore the trap. 49 49 */ 50 __asm__ volatile ("flush %sp\n"); 50 51 /* 52 * %i7 should provide address that is always mapped in DTLB 53 * as it is a pointer to kernel code. 54 */ 55 __asm__ volatile ("flush %i7\n"); 51 56 } 52 57
Note:
See TracChangeset
for help on using the changeset viewer.