From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752614Ab1JLHda (ORCPT ); Wed, 12 Oct 2011 03:33:30 -0400 Received: from rcsinet15.oracle.com ([148.87.113.117]:27574 "EHLO rcsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751016Ab1JLHd3 (ORCPT ); Wed, 12 Oct 2011 03:33:29 -0400 Message-ID: <4E95429E.2060100@oracle.com> Date: Wed, 12 Oct 2011 00:32:46 -0700 From: Yinghai Lu User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110920 SUSE/3.1.15 Thunderbird/3.1.15 MIME-Version: 1.0 To: Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" CC: Naga Chumbalkar , Suresh Siddha , "linux-kernel@vger.kernel.org" Subject: [PATCH 0/5 resend] x86, ioapic: Clean up ioapic idx and apic id usage References: <4E1F0BC9.1040102@kernel.org> <4E29BEEA.4020600@kernel.org> <20110725072831.GB22518@elte.hu> In-Reply-To: <20110725072831.GB22518@elte.hu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Source-IP: ucsinet23.oracle.com [156.151.31.71] X-CT-RefId: str=0001.0A090203.4E9542AD.007A,ss=1,re=0.000,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Resending x86/ioapic clean up patches. it will make sure ioapic_idx is used instead of ioapic or apic_idx to used as index. [PATCH 1/5] x86, ioapic: Passing irq_attr struct pointer with setup_ioapic_irq() [PATCH 2/5] x86, ioapic: Split setup_ioapic_entry for interrupt remapped version [PATCH 3/5] x86, ioapic: Print out irte with right ioapic index [PATCH 4/5] x86, ioapic: Seperate print_IO_APIC() to only print one io apic [PATCH 5/5] x86, ioapic: Clean up ioapic/apic_id usage patch1, 2, 4, 5 are cleanup related patch3 fixes the one idx printout. Thanks Yinghai Lu