Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30172
b: refs/heads/master
c: 0914877
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jun 26, 2006
1 parent 6e3d759 commit fc600d4
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: afd1b836a0dfadeba43ec2167646ac7d428fb800
refs/heads/master: 091487772c3312f3de599d99ca1d73395b54ed61
2 changes: 1 addition & 1 deletion trunk/include/asm-m68knommu/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ extern void (*mach_disable_irq)(unsigned int);
/*
* Some drivers want these entry points
*/
#define enable_irq(x) 0
#define enable_irq(x) do { } while (0)
#define disable_irq(x) do { } while (0)
#define disable_irq_nosync(x) disable_irq(x)

Expand Down

0 comments on commit fc600d4

Please sign in to comment.