Merge branch 'linux-2.6'

This commit is contained in:
Paul Mackerras 2008-06-30 10:16:50 +10:00
commit e9a4b6a3f6
651 changed files with 14371 additions and 8618 deletions

View file

@ -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)