Merge branch 'linux-2.6'
This commit is contained in:
commit
e9a4b6a3f6
651 changed files with 14371 additions and 8618 deletions
|
@ -34,7 +34,7 @@
|
|||
* SMP since it is only used to order updates to system memory.
|
||||
*/
|
||||
#define mb() __asm__ __volatile__ ("sync" : : : "memory")
|
||||
#define rmb() __asm__ __volatile__ (__stringify(LWSYNC) : : : "memory")
|
||||
#define rmb() __asm__ __volatile__ ("sync" : : : "memory")
|
||||
#define wmb() __asm__ __volatile__ ("sync" : : : "memory")
|
||||
#define read_barrier_depends() do { } while(0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue