Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158619
b: refs/heads/master
c: 2f210de
h: refs/heads/master
i:
  158617: ce935f9
  158615: bc902a6
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Jul 14, 2009
1 parent 9b46a04 commit 6db4d2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 6b2b171a774af256082635b53ac387b1613b7b4c
refs/heads/master: 2f210deba9887dd9143b63b217506f1ac152e91c
6 changes: 3 additions & 3 deletions trunk/arch/x86/kernel/apic/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -556,9 +556,9 @@ static void __init replace_pin_at_irq_node(struct irq_cfg *cfg, int node,
add_pin_to_irq_node(cfg, node, newapic, newpin);
}

static inline void io_apic_modify_irq(struct irq_cfg *cfg,
int mask_and, int mask_or,
void (*final)(struct irq_pin_list *entry))
static void io_apic_modify_irq(struct irq_cfg *cfg,
int mask_and, int mask_or,
void (*final)(struct irq_pin_list *entry))
{
int pin;
struct irq_pin_list *entry;
Expand Down

0 comments on commit 6db4d2c

Please sign in to comment.