Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18102
b: refs/heads/master
c: 85b07cd
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jan 12, 2006
1 parent 34f5308 commit a76431c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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: f5a61d0c13db3522a996075bc1b1884a8af2ed37
refs/heads/master: 85b07cd1aa50aca8331e5dfe3b2ccb2eb391b183
9 changes: 0 additions & 9 deletions trunk/include/asm-m68k/hardirq.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,4 @@ typedef struct {

#define HARDIRQ_BITS 8

/*
* The hardirq mask has to be large enough to have
* space for potentially all IRQ sources in the system
* nesting on a single CPU:
*/
#if (1 << HARDIRQ_BITS) < NR_IRQS
# error HARDIRQ_BITS is too low!
#endif

#endif
9 changes: 9 additions & 0 deletions trunk/include/asm-m68k/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@
#define NR_IRQS (24+SYS_IRQS)
#endif

/*
* The hardirq mask has to be large enough to have
* space for potentially all IRQ sources in the system
* nesting on a single CPU:
*/
#if (1 << HARDIRQ_BITS) < NR_IRQS
# error HARDIRQ_BITS is too low!
#endif

/*
* Interrupt source definitions
* General interrupt sources are the level 1-7.
Expand Down

0 comments on commit a76431c

Please sign in to comment.