Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116488
b: refs/heads/master
c: c59d85a
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Oct 16, 2008
1 parent bc26467 commit b53f4bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1dd6ba2e179773597e20f17f66049a64e6c4b2ec
refs/heads/master: c59d85a7b7822b83fc9783314543eea0ca860480
1 change: 1 addition & 0 deletions trunk/arch/m68k/kernel/ints.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
#endif

int nr_irqs = NR_IRQS;
EXPORT_SYMBOL(nr_irqs);

extern u32 auto_irqhandler_fixup[];
extern u32 user_irqhandler_fixup[];
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/s390/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <linux/profile.h>

int nr_irqs = NR_IRQS;
EXPORT_SYMBOL(nr_irqs);

/*
* show_interrupts is needed by /proc/interrupts.
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/sparc/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
#endif /* SMP */

int nr_irqs = NR_IRQS;
EXPORT_SYMBOL(nr_irqs);

unsigned long __raw_local_irq_save(void)
{
Expand Down

0 comments on commit b53f4bf

Please sign in to comment.