Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177285
b: refs/heads/master
c: 7d4a005
h: refs/heads/master
i:
  177283: a5453d1
v: v3
  • Loading branch information
Philippe Gerum authored and Mike Frysinger committed Dec 15, 2009
1 parent fa2b493 commit 26c85da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 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: d2685fb7b4df2850359d6ee297269a285886032d
refs/heads/master: 7d4a005c4334be228d36dc04e8b540775d005790
13 changes: 7 additions & 6 deletions trunk/arch/blackfin/include/asm/irqflags.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ static inline unsigned long bfin_cli(void)

#ifdef CONFIG_IPIPE

#include <linux/compiler.h>
#include <linux/ipipe_base.h>
#include <linux/ipipe_trace.h>

Expand All @@ -49,12 +50,12 @@ static inline unsigned long bfin_cli(void)
barrier(); \
} while (0)

static inline void raw_local_irq_enable(void)
{
barrier();
ipipe_check_context(ipipe_root_domain);
__ipipe_unstall_root();
}
#define raw_local_irq_enable() \
do { \
barrier(); \
ipipe_check_context(ipipe_root_domain); \
__ipipe_unstall_root(); \
} while (0)

#define raw_local_save_flags_ptr(x) \
do { \
Expand Down

0 comments on commit 26c85da

Please sign in to comment.