From 1f4e9372335cde51481750dfcb6d9857a2da3309 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sat, 13 Sep 2008 13:11:16 +0400 Subject: [PATCH] --- yaml --- r: 116519 b: refs/heads/master c: 56ffa1a028b9fce3860a247c6fe79fce7cbf425b h: refs/heads/master i: 116517: a286dd22309454a6561e4d46ad58f2e17cfeb15d 116515: 34284bfddeed873bbb15d049fa9bec2372f9ad5a 116511: bfe4751bfaf5fd7da2ae4e6e6de3763e602b4557 v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/io_apic.c | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 137e8a81de57..ee20a6acef58 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b189892de4da4634560657aedd774752094dbfa0 +refs/heads/master: 56ffa1a028b9fce3860a247c6fe79fce7cbf425b diff --git a/trunk/arch/x86/kernel/io_apic.c b/trunk/arch/x86/kernel/io_apic.c index ac47384724e3..6ce5873a406c 100644 --- a/trunk/arch/x86/kernel/io_apic.c +++ b/trunk/arch/x86/kernel/io_apic.c @@ -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 @@ -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)