Changes in kernel/arch/ppc32/include/barrier.h [d92bf462:7a0359b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/barrier.h
rd92bf462 r7a0359b 36 36 #define KERN_ppc32_BARRIER_H_ 37 37 38 #include <trace.h> 39 38 40 #define CS_ENTER_BARRIER() asm volatile ("" ::: "memory") 39 41 #define CS_LEAVE_BARRIER() asm volatile ("" ::: "memory") … … 58 60 */ 59 61 60 static inline void smc_coherence(void *addr)62 NO_TRACE static inline void smc_coherence(void *addr) 61 63 { 62 64 asm volatile ( … … 70 72 } 71 73 72 static inline void smc_coherence_block(void *addr, unsigned int len)74 NO_TRACE static inline void smc_coherence_block(void *addr, unsigned int len) 73 75 { 74 76 unsigned int i;
Note:
See TracChangeset
for help on using the changeset viewer.