Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65737
b: refs/heads/master
c: e9f668d
h: refs/heads/master
i:
  65735: edf8060
v: v3
  • Loading branch information
Kumar Gala authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 80edbf8 commit 64ab52b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: fbd8af07063f7379e71654013e7915315cd869f8
refs/heads/master: e9f668dd12d3ed293af0d466bcaa393b78a7d0ee
5 changes: 2 additions & 3 deletions trunk/drivers/media/dvb/bt8xx/bt878.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,8 @@ void bt878_stop(struct bt878 *bt);
#if defined(__powerpc__) /* big-endian */
static inline void io_st_le32(volatile unsigned __iomem *addr, unsigned val)
{
__asm__ __volatile__("stwbrx %1,0,%2":"=m"(*addr):"r"(val),
"r"(addr));
__asm__ __volatile__("eieio":::"memory");
st_le32(addr, val);
eieio();
}

#define bmtwrite(dat,adr) io_st_le32((adr),(dat))
Expand Down

0 comments on commit 64ab52b

Please sign in to comment.