From: Matthew Wilcox Date: Tue, 10 Oct 2006 14:01:19 +0000 (-0600) Subject: PCI: Use pci_generic_prep_mwi on ia64 X-Git-Tag: v2.6.20-rc1~34^2~40^2~473^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3efe2d84c8d909567c7976a7106114127b8c3470;p=pandora-kernel.git PCI: Use pci_generic_prep_mwi on ia64 The pci_generic_prep_mwi() code does everything that pcibios_prep_mwi() does on ia64. All we need to do is be sure that pci_cache_line_size is set appropriately, and we can delete pcibios_prep_mwi(). Using SMP_CACHE_BYTES as the default was wrong on uniprocessor machines as it is only 8 bytes. The default in the generic code of L1_CACHE_BYTES is at least as good. Signed-off-by: Matthew Wilcox Acked-by: Jeff Garzik Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed