Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64510
b: refs/heads/master
c: c99dcac
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Aug 27, 2007
1 parent 7d7a74d commit f6b4daa
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: 0806133af401381c559673c3e7269bf62af40388
refs/heads/master: c99dcac435cec7aca313638db2f1bc406f29210b
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/cpu-bugs64.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static inline void align_mod(const int align, const int mod)
".endr\n\t"
".set pop"
:
: "n" (align), "n" (mod));
: "rn" (align), "rn" (mod));
}

static inline void mult_sh_align_mod(long *v1, long *v2, long *w,
Expand Down

0 comments on commit f6b4daa

Please sign in to comment.