Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32935
b: refs/heads/master
c: b8bdb46
h: refs/heads/master
i:
  32933: f339e7a
  32931: 3392abc
  32927: ef213ca
v: v3
  • Loading branch information
Yoichi Yuasa authored and Linus Torvalds committed Jul 31, 2006
1 parent 0ca42ec commit 7379cad
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: f0df33bcab4b687f0f18b9ebd69d374642e46a0e
refs/heads/master: b8bdb460b7ecf08a4fed6e8b5b6b3fe874587aaa
2 changes: 1 addition & 1 deletion trunk/include/linux/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
#define IRQ_WAITING 0x00200000 /* IRQ not yet seen - for autodetection */
#define IRQ_LEVEL 0x00400000 /* IRQ level triggered */
#define IRQ_MASKED 0x00800000 /* IRQ masked - shouldn't be seen again */
#define IRQ_PER_CPU 0x01000000 /* IRQ is per CPU */
#ifdef CONFIG_IRQ_PER_CPU
# define IRQ_PER_CPU 0x01000000 /* IRQ is per CPU */
# define CHECK_IRQ_PER_CPU(var) ((var) & IRQ_PER_CPU)
#else
# define CHECK_IRQ_PER_CPU(var) 0
Expand Down

0 comments on commit 7379cad

Please sign in to comment.