Re: [3/3] claim PCI resources on ia64

From: David Mosberger
Date: Thu Mar 18 2004 - 20:50:00 EST


Matthew tells me that applying this patch without the others will result
in error messages (harmless, but still...). I'm OK with the patch, so
I'd appreciate it if whoever takes the other patches could apply this
one, too.

Thanks,

-----------------------------------------------------------------------
From: Matthew Wilcox <willy@xxxxxxxxxx>
Sender: <willy@xxxxxxxxxxxxxxxx>
To: Matthew Wilcox <willy@xxxxxxxxxx>
Cc: Linus Torvalds <torvalds@xxxxxxxx>, Andrew Morton <akpm@xxxxxxxxxx>,
Greg KH <greg@xxxxxxxxx>, David Mosberger <davidm@xxxxxxxxxx>,
linux-kernel@xxxxxxxxxxxxxxx, linux-ia64@xxxxxxxxxxxxxxx
Subject: [3/3] claim PCI resources on ia64
Date: Thu, 18 Mar 2004 23:52:50 +0000


Call pci_claim_resources() so we can see what PCI resources are being used.

Index: arch/ia64/pci/pci.c
===================================================================
RCS file: /var/cvs/linux-2.6/arch/ia64/pci/pci.c,v
retrieving revision 1.7
diff -u -p -r1.7 pci.c
--- a/arch/ia64/pci/pci.c 16 Mar 2004 15:39:51 -0000 1.7
+++ b/arch/ia64/pci/pci.c 18 Mar 2004 23:40:52 -0000
@@ -367,6 +366,7 @@ pcibios_fixup_device_resources (struct p
dev->resource[i].end += window->offset;
}
}
+ pci_claim_resource(dev, i);
}
}


--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/