Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56014
b: refs/heads/master
c: f543110
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed May 11, 2007
1 parent 689875f commit e10c753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 55d0b4e3f6526daf1cc7449028bf5d4c304a6a69
refs/heads/master: f543110da7a53acb8c6d367e740ca9e110f0bb3a
4 changes: 2 additions & 2 deletions trunk/arch/mips/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

static unsigned long irq_map[NR_IRQS / BITS_PER_LONG];

int __devinit allocate_irqno(void)
int allocate_irqno(void)
{
int irq;

Expand Down Expand Up @@ -59,7 +59,7 @@ void __init alloc_legacy_irqno(void)
BUG_ON(test_and_set_bit(i, irq_map));
}

void __devinit free_irqno(unsigned int irq)
void free_irqno(unsigned int irq)
{
smp_mb__before_clear_bit();
clear_bit(irq, irq_map);
Expand Down

0 comments on commit e10c753

Please sign in to comment.