Rev 3133 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3133 | Rev 3134 | ||
---|---|---|---|
Line 89... | Line 89... | ||
89 | * even on SMP systems. We issue a write barrier to be sure that writes |
89 | * even on SMP systems. We issue a write barrier to be sure that writes |
90 | * queueing in the store buffer drain to the memory (even though it would be |
90 | * queueing in the store buffer drain to the memory (even though it would be |
91 | * sufficient for them to drain to the D-cache). |
91 | * sufficient for them to drain to the D-cache). |
92 | */ |
92 | */ |
93 | #define smc_coherence(a) write_barrier() |
93 | #define smc_coherence(a) write_barrier() |
- | 94 | #define smc_coherence_block(a, l) write_barrier() |
|
94 | 95 | ||
95 | #endif |
96 | #endif |
96 | 97 | ||
97 | /** @} |
98 | /** @} |
98 | */ |
99 | */ |