Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751539AbbEIPhO (ORCPT ); Sat, 9 May 2015 11:37:14 -0400 Received: from mail-ig0-f180.google.com ([209.85.213.180]:33419 "EHLO mail-ig0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751081AbbEIPhL (ORCPT ); Sat, 9 May 2015 11:37:11 -0400 From: Brian Gerst To: x86@kernel.org Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Denys Vlasenko , Andy Lutomirski Subject: [PATCH 0/4] x86: IRQ cleanups Date: Sat, 9 May 2015 11:36:49 -0400 Message-Id: <1431185813-15413-1-git-send-email-brgerst@gmail.com> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 923 Lines: 20 The following are a few simple cleanups to the x86 IRQ code. arch/x86/include/asm/hw_irq.h | 35 ----------------------------------- arch/x86/include/asm/irq_vectors.h | 21 +-------------------- arch/x86/kernel/apic/io_apic.c | 4 ++-- arch/x86/kernel/apic/vector.c | 2 +- arch/x86/kernel/i8259.c | 8 ++++---- arch/x86/kernel/irq.c | 6 ++++++ arch/x86/kernel/irq_32.c | 6 ------ arch/x86/kernel/irq_64.c | 6 ------ arch/x86/kernel/irqinit.c | 4 ++-- arch/x86/kernel/traps.c | 4 ++-- arch/x86/lguest/boot.c | 4 ++-- 11 files changed, 20 insertions(+), 80 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/