Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90971
b: refs/heads/master
c: a7d5ac8
h: refs/heads/master
i:
  90969: b7226ce
  90967: 1a67323
v: v3
  • Loading branch information
Harvey Harrison authored and Ingo Molnar committed Apr 19, 2008
1 parent 6f322d3 commit 8e455b1
Show file tree
Hide file tree
Showing 2 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: 8ce116e5993cf64729a4d2b3dc2c0f072852654b
refs/heads/master: a7d5ac87b220829bb077cdc8e01c4fd4714ae41e
6 changes: 3 additions & 3 deletions trunk/include/linux/irqflags.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@

#define irqs_disabled() \
({ \
unsigned long flags; \
unsigned long _flags; \
\
raw_local_save_flags(flags); \
raw_irqs_disabled_flags(flags); \
raw_local_save_flags(_flags); \
raw_irqs_disabled_flags(_flags); \
})

#define irqs_disabled_flags(flags) raw_irqs_disabled_flags(flags)
Expand Down

0 comments on commit 8e455b1

Please sign in to comment.