Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96417
b: refs/heads/master
c: ad1d77a
h: refs/heads/master
i:
  96415: 65338cf
v: v3
  • Loading branch information
Ralf Baechle committed May 12, 2008
1 parent 44af88c commit 8c140fd
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 1c9e919f48a49fda2ff2c607891cc17024e75122
refs/heads/master: ad1d77a38575644b112340fd9115ac21dd533166
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 @@ -38,7 +38,7 @@ static inline void align_mod(const int align, const int mod)
".endr\n\t"
".set pop"
:
: GCC_IMM_ASM(align), GCC_IMM_ASM(mod));
: GCC_IMM_ASM() (align), GCC_IMM_ASM() (mod));
}

static inline void mult_sh_align_mod(long *v1, long *v2, long *w,
Expand Down
4 changes: 2 additions & 2 deletions trunk/include/asm-mips/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
#define _ASM_COMPILER_H

#if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
#define GCC_IMM_ASM "n"
#define GCC_IMM_ASM() "n"
#define GCC_REG_ACCUM "$0"
#else
#define GCC_IMM_ASM "rn"
#define GCC_IMM_ASM() "rn"
#define GCC_REG_ACCUM "accum"
#endif

Expand Down

0 comments on commit 8c140fd

Please sign in to comment.