Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190508
b: refs/heads/master
c: 94c26c9
h: refs/heads/master
v: v3
  • Loading branch information
Arnaud Patard authored and Ralf Baechle committed Apr 30, 2010
1 parent cd36f4f commit 4142b6c
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: 514b6d0c06a5d751259f145d9593b4d084c1cce3
refs/heads/master: 94c26c9a66a35d4da3ab200864d1afd14c91fb71
2 changes: 1 addition & 1 deletion trunk/arch/mips/include/asm/mach-loongson/loongson.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ extern unsigned long _loongson_addrwincfg_base;
*/
#define LOONGSON_ADDRWIN_CFG(s, d, w, src, dst, size) do {\
s##_WIN##w##_BASE = (src); \
s##_WIN##w##_MMAP = (src) | ADDRWIN_MAP_DST_##d; \
s##_WIN##w##_MMAP = (dst) | ADDRWIN_MAP_DST_##d; \
s##_WIN##w##_MASK = ~(size-1); \
} while (0)

Expand Down

0 comments on commit 4142b6c

Please sign in to comment.