Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198441
b: refs/heads/master
c: 27ada41
h: refs/heads/master
i:
  198439: d6396c7
v: v3
  • Loading branch information
Magnus Damm authored and Russell King committed May 20, 2010
1 parent 43df3ed commit 0c269d1
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1944cc894fd4d2ecce9bab6940e464afbde4fef0
refs/heads/master: 27ada410c7a56e72fd8c5d304704fbf5cb685659
4 changes: 3 additions & 1 deletion trunk/arch/arm/include/asm/hardirq.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ typedef struct {

#include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */

#if NR_IRQS > 256
#if NR_IRQS > 512
#define HARDIRQ_BITS 10
#elif NR_IRQS > 256
#define HARDIRQ_BITS 9
#else
#define HARDIRQ_BITS 8
Expand Down

0 comments on commit 0c269d1

Please sign in to comment.