Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98864
b: refs/heads/master
c: d3297a6
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Jul 12, 2008
1 parent 0c32075 commit d444939
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: d1a5d1979702cc57b9b80f636426ec7ad1655cad
refs/heads/master: d3297a644a0ab784e0c810ceca6bf35a67868ad9
2 changes: 1 addition & 1 deletion trunk/include/asm-frv/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ do { \
} while(0)

#define irqs_disabled() \
({unsigned long flags; local_save_flags(flags); flags; })
({unsigned long flags; local_save_flags(flags); !!flags; })

#define local_irq_save(flags) \
do { \
Expand Down

0 comments on commit d444939

Please sign in to comment.