[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-8cdf5dcab80d5933b048118368caf75df21d2788@git.kernel.org>
Date: Wed, 24 Feb 2010 08:09:58 GMT
From: tip-bot for Yinghai Lu <yinghai@...nel.org>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
yinghai@...nel.org, tglx@...utronix.de
Subject: [tip:x86/mrst] x86, legacy_irq: Remove duplicate vector assigment
Commit-ID: 8cdf5dcab80d5933b048118368caf75df21d2788
Gitweb: http://git.kernel.org/tip/8cdf5dcab80d5933b048118368caf75df21d2788
Author: Yinghai Lu <yinghai@...nel.org>
AuthorDate: Tue, 23 Feb 2010 18:49:04 -0800
Committer: H. Peter Anvin <hpa@...or.com>
CommitDate: Tue, 23 Feb 2010 23:23:29 -0800
x86, legacy_irq: Remove duplicate vector assigment
Remove duplicated cfg[i].vector assignment.
Signed-off-by: Yinghai Lu <yinghai@...nel.org>
LKML-Reference: <4B8493A0.6080501@...nel.org>
Signed-off-by: H. Peter Anvin <hpa@...or.com>
---
arch/x86/kernel/apic/io_apic.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
index b9d08f0..b758d49 100644
--- a/arch/x86/kernel/apic/io_apic.c
+++ b/arch/x86/kernel/apic/io_apic.c
@@ -161,8 +161,6 @@ int __init arch_early_irq_init(void)
node= cpu_to_node(boot_cpu_id);
for (i = 0; i < count; i++) {
- if (i < legacy_pic->nr_legacy_irqs)
- cfg[i].vector = IRQ0_VECTOR + i;
desc = irq_to_desc(i);
desc->chip_data = &cfg[i];
zalloc_cpumask_var_node(&cfg[i].domain, GFP_NOWAIT, node);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists