Re: [patch 02/10] i386 pci: type may be unused

2007-05-02 Thread David Rientjes
On Wed, 2 May 2007, Andi Kleen wrote: > On Wednesday 02 May 2007 06:28:22 David Rientjes wrote: > > In the case of !CONFIG_PCI_DIRECT && !CONFIG_PCI_MMCONFIG, type is > > unreferened. > > The patch didn't compile on i386 defconfig. Fixed now but please > compile test future patches. > That's be

Re: [patch 02/10] i386 pci: type may be unused

2007-05-02 Thread Andi Kleen
On Wednesday 02 May 2007 06:28:22 David Rientjes wrote: > In the case of !CONFIG_PCI_DIRECT && !CONFIG_PCI_MMCONFIG, type is > unreferened. The patch didn't compile on i386 defconfig. Fixed now but please compile test future patches. -Andi - To unsubscribe from this list: send the line "unsubscri

[patch 02/10] i386 pci: type may be unused

2007-05-01 Thread David Rientjes
In the case of !CONFIG_PCI_DIRECT && !CONFIG_PCI_MMCONFIG, type is unreferened. Cc: Andi Kleen <[EMAIL PROTECTED]> Signed-off-by: David Rientjes <[EMAIL PROTECTED]> --- arch/i386/pci/init.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/i386/pci/init.c b/arch/i386/