Changeset 0dc2fec in mainline for kernel/arch/mips32/include/arch/barrier.h
- Timestamp:
- 2016-05-22T19:19:43Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b272c67a
- Parents:
- 153c7a29 (diff), af2254ec (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/arch/barrier.h
r153c7a29 r0dc2fec 46 46 #define write_barrier() asm volatile ("" ::: "memory") 47 47 48 #ifdef KERNEL 49 48 50 #define smc_coherence(a) 49 51 #define smc_coherence_block(a, l) 52 53 #endif /* KERNEL */ 50 54 51 55 #endif
Note:
See TracChangeset
for help on using the changeset viewer.