Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116519
b: refs/heads/master
c: 56ffa1a
h: refs/heads/master
i:
  116517: a286dd2
  116515: 34284bf
  116511: bfe4751
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Oct 16, 2008
1 parent a13454e commit 1f4e937
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: b189892de4da4634560657aedd774752094dbfa0
refs/heads/master: 56ffa1a028b9fce3860a247c6fe79fce7cbf425b
10 changes: 5 additions & 5 deletions trunk/arch/x86/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1541,6 +1541,11 @@ static void __init setup_IO_APIC_irqs(void)
pin);
continue;
}
if (notcon) {
apic_printk(APIC_VERBOSE,
" (apicid-pin) not connected\n");
notcon = 0;
}

irq = pin_2_irq(idx, apic, pin);
#ifdef CONFIG_X86_32
Expand All @@ -1552,11 +1557,6 @@ static void __init setup_IO_APIC_irqs(void)
setup_IO_APIC_irq(apic, pin, irq,
irq_trigger(idx), irq_polarity(idx));
}
if (notcon) {
apic_printk(APIC_VERBOSE,
" (apicid-pin) not connected\n");
notcon = 0;
}
}

if (notcon)
Expand Down

0 comments on commit 1f4e937

Please sign in to comment.