Re: [PATCH 01/27] x86/irq: Add data structure to keep AMD specific irq remapping information

2012-07-12 Thread Joerg Roedel
ge included. Here is the new patch: >From a0fd5f10f015629592adc28cb9b79d61d0ba1bfb Mon Sep 17 00:00:00 2001 From: Joerg Roedel Date: Tue, 19 Jun 2012 16:07:45 +0200 Subject: [PATCH 01/27] x86/irq: Add data structure to keep AMD specific irq remapping information Add a data structure to store information the IOMMU driver

Re: [PATCH 01/27] x86/irq: Add data structure to keep AMD specific irq remapping information

2012-07-11 Thread Yinghai Lu
On Wed, Jul 11, 2012 at 6:38 AM, Joerg Roedel wrote: > Add a data structure to store information the IOMMU driver > can use to get from a 'struct irq_cfg' to the remapping > entry. > > Cc: x...@kernel.org > Cc: Yinghai Lu > Cc: Suresh Siddha > Signed-off-by: Joerg Roedel > --- > arch/x86/inclu

[PATCH 01/27] x86/irq: Add data structure to keep AMD specific irq remapping information

2012-07-11 Thread Joerg Roedel
Add a data structure to store information the IOMMU driver can use to get from a 'struct irq_cfg' to the remapping entry. Cc: x...@kernel.org Cc: Yinghai Lu Cc: Suresh Siddha Signed-off-by: Joerg Roedel --- arch/x86/include/asm/hw_irq.h | 14 +- arch/x86/kernel/apic/io_apic