summaryrefslogtreecommitdiffstats
path: root/drivers/pci
diff options
context:
space:
mode:
authorMatthew Wilcox2006-10-10 16:01:19 +0200
committerGreg Kroah-Hartman2006-12-01 23:36:56 +0100
commit3efe2d84c8d909567c7976a7106114127b8c3470 (patch)
tree28b93040c032fe5b90bf4fc61fc656eea45832dc /drivers/pci
parentPCI: quirks: fix the festering mess that claims to handle IDE quirks (diff)
downloadkernel-qcow2-linux-3efe2d84c8d909567c7976a7106114127b8c3470.tar.gz
kernel-qcow2-linux-3efe2d84c8d909567c7976a7106114127b8c3470.tar.xz
kernel-qcow2-linux-3efe2d84c8d909567c7976a7106114127b8c3470.zip
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 <matthew@wil.cx> Acked-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pci')
0 files changed, 0 insertions, 0 deletions