Changeset c19808fd in mainline
- Timestamp:
- 2013-01-23T00:11:45Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bfb6576
- Parents:
- c9d0642d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/include/barrier.h
rc9d0642d rc19808fd 113 113 inst_barrier(); /* Wait for Inst refetch */\ 114 114 } while (0) 115 //TODO would be better to use cacheline size here 115 /* @note: Cache type register is not awailable in uspace. We would need 116 * to export the cache line value, or use syscall for uspace smc_coherence */ 116 117 #define smc_coherence_block(a, l) \ 117 118 do { \
Note:
See TracChangeset
for help on using the changeset viewer.