Changeset 7b187ef in mainline for kernel/arch/ppc32/include/barrier.h
- Timestamp:
- 2009-02-02T16:22:35Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0867321
- Parents:
- 34259b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/barrier.h
r34259b9 r7b187ef 56 56 "sync\n" 57 57 "icbi 0, %0\n" 58 "sync\n" 58 59 "isync\n" 59 60 :: "r" (addr) … … 77 78 } 78 79 79 asm volatile ("isync"); 80 asm volatile ( 81 "sync\n" 82 "isync\n" 83 ); 80 84 } 81 85
Note:
See TracChangeset
for help on using the changeset viewer.