Matthew Wilcox 3efe2d84c8 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>
2006-12-01 14:36:56 -08:00
..
2006-11-13 07:40:42 -08:00
2006-09-26 14:00:56 -07:00
2006-07-03 15:26:58 -07:00
2006-10-17 14:53:52 -07:00
2006-12-01 14:36:56 -08:00
2006-07-03 15:27:00 -07:00
2006-09-26 08:48:51 -07:00
2006-06-29 16:58:06 -07:00
2006-08-02 16:03:44 -07:00