Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223750
b: refs/heads/master
c: 7c0ab43
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Russell King committed Jan 3, 2011
1 parent 2a1737f commit ff91ba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d13e5edd7284bedcf5952e1b6490e39ad843cb91
refs/heads/master: 7c0ab43e6ab09d72dc8dbac2521b2f819ccc4026
1 change: 1 addition & 0 deletions trunk/arch/arm/include/asm/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ extern unsigned int user_debug;
#define rmb() dmb()
#define wmb() mb()
#else
#include <asm/memory.h>
#define mb() do { if (arch_is_coherent()) dmb(); else barrier(); } while (0)
#define rmb() do { if (arch_is_coherent()) dmb(); else barrier(); } while (0)
#define wmb() do { if (arch_is_coherent()) dmb(); else barrier(); } while (0)
Expand Down

0 comments on commit ff91ba0

Please sign in to comment.