Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87926
b: refs/heads/master
c: 7c43f2b
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Mar 30, 2008
1 parent 1d27f22 commit cae307e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 91e916cffec7c0153c5cbaa447151862a7a9a047
refs/heads/master: 7c43f2b888f9ca1fcb7b07abc4cbff4ca1b8e03b
4 changes: 2 additions & 2 deletions trunk/include/asm-frv/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ extern void free_initmem(void);
break; \
\
default: \
__xg_orig = 0; \
__xg_orig = (__typeof__(__xg_orig))0; \
asm volatile("break"); \
break; \
} \
Expand All @@ -259,7 +259,7 @@ extern uint32_t __cmpxchg_32(uint32_t *v, uint32_t test, uint32_t new);
(__force uint32_t)__xg_test, \
(__force uint32_t)__xg_new); break; \
default: \
__xg_orig = 0; \
__xg_orig = (__typeof__(__xg_orig))0; \
asm volatile("break"); \
break; \
} \
Expand Down

0 comments on commit cae307e

Please sign in to comment.