Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157049
b: refs/heads/master
c: 94da210
h: refs/heads/master
i:
  157047: 1df9264
v: v3
  • Loading branch information
Simon Kagstrom authored and Nicolas Pitre committed Aug 24, 2009
1 parent 8181864 commit 155806d
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: c55bf102b675c94edef006ce487d909669221d90
refs/heads/master: 94da210af4978b94cb70318bd1b282a73c50b175
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/orion_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static void orion_nand_read_buf(struct mtd_info *mtd, uint8_t *buf, int len)
buf64 = (uint64_t *)buf;
while (i < len/8) {
uint64_t x;
asm ("ldrd\t%0, [%1]" : "=r" (x) : "r" (io_base));
asm volatile ("ldrd\t%0, [%1]" : "=&r" (x) : "r" (io_base));
buf64[i++] = x;
}
i *= 8;
Expand Down

0 comments on commit 155806d

Please sign in to comment.