Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116510
b: refs/heads/master
c: 2a554fb
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Oct 16, 2008
1 parent 51f6e43 commit b59e200
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 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: 79c09698cac8df16c5539447d5e1047fde9742e5
refs/heads/master: 2a554fb132cf804477087057b9b0ff2162984507
17 changes: 11 additions & 6 deletions trunk/arch/x86/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1528,11 +1528,16 @@ static void __init setup_IO_APIC_irqs(void)

idx = find_irq_entry(apic, pin, mp_INT);
if (idx == -1) {
apic_printk(APIC_VERBOSE,
KERN_DEBUG " %d-%d",
mp_ioapics[apic].mp_apicid, pin);
if (!notcon)
if (!notcon) {
notcon = 1;
apic_printk(APIC_VERBOSE,
KERN_DEBUG " %d-%d",
mp_ioapics[apic].mp_apicid,
pin);
} else
apic_printk(APIC_VERBOSE, " %d-%d",
mp_ioapics[apic].mp_apicid,
pin);
continue;
}

Expand All @@ -1548,14 +1553,14 @@ static void __init setup_IO_APIC_irqs(void)
}
if (notcon) {
apic_printk(APIC_VERBOSE,
KERN_DEBUG " (apicid-pin) not connected\n");
" (apicid-pin) not connected\n");
notcon = 0;
}
}

if (notcon)
apic_printk(APIC_VERBOSE,
KERN_DEBUG " (apicid-pin) not connected\n");
" (apicid-pin) not connected\n");
}

/*
Expand Down

0 comments on commit b59e200

Please sign in to comment.