Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58675
b: refs/heads/master
c: 35c700c
h: refs/heads/master
i:
  58673: 68ad7e5
  58671: af4a528
v: v3
  • Loading branch information
Ralf Baechle committed Jul 10, 2007
1 parent ad99eb3 commit ab97c5c
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: bf74b964775009071cf12f9d59d4dd5e388fbe0b
refs/heads/master: 35c700c0955c43e168c45d375f90a0670be8f054
2 changes: 1 addition & 1 deletion trunk/include/asm-mips/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ do { \
} while(0)

#else
#define __mips_mt_fpaff_switch_to(prev) do { (prev); } while (0)
#define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0)
#endif

#define switch_to(prev,next,last) \
Expand Down

0 comments on commit ab97c5c

Please sign in to comment.