Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181056
b: refs/heads/master
c: 6430a59
h: refs/heads/master
v: v3
  • Loading branch information
Matt Fleming authored and Paul Mundt committed Jan 13, 2010
1 parent bd97e6b commit 34cde24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 94cd049522136c2f3bbe063d2e98b2b8d4286fd3
refs/heads/master: 6430a5987f8bb9a7c5187b343956aa8ef404d571
2 changes: 1 addition & 1 deletion trunk/arch/sh/include/asm/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define mb() __asm__ __volatile__ ("synco": : :"memory")
#define rmb() mb()
#define wmb() __asm__ __volatile__ ("synco": : :"memory")
#define ctrl_barrier() __icbi(0xa8000000)
#define ctrl_barrier() __icbi(PAGE_OFFSET)
#define read_barrier_depends() do { } while(0)
#else
#define mb() __asm__ __volatile__ ("": : :"memory")
Expand Down

0 comments on commit 34cde24

Please sign in to comment.