Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162843
b: refs/heads/master
c: 43e6ae6
h: refs/heads/master
i:
  162841: 0180581
  162839: b322d70
v: v3
  • Loading branch information
Ralf Baechle committed Sep 17, 2009
1 parent f94bdf8 commit ec63d57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 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: f1e39a4a616cd9981a9decfd5332fd07a01abb8b
refs/heads/master: 43e6ae6d9f08304682294c14c6b7f2b2441668e7
9 changes: 2 additions & 7 deletions trunk/arch/mips/include/asm/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,11 @@ do { \
#define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0)
#endif

#ifdef CONFIG_CPU_HAS_LLSC
#define __clear_software_ll_bit() do { } while (0)
#else
extern unsigned long ll_bit;

#define __clear_software_ll_bit() \
do { \
ll_bit = 0; \
if (!__builtin_constant_p(cpu_has_llsc) || !cpu_has_llsc) \
ll_bit = 0; \
} while (0)
#endif

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

0 comments on commit ec63d57

Please sign in to comment.