sparc64/PCI: drop PCI_CACHE_LINE_BYTES
authorTejun Heo <tj@kernel.org>
Tue, 22 Sep 2009 08:34:17 +0000 (17:34 +0900)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 4 Nov 2009 16:47:10 +0000 (08:47 -0800)
commit4c0eec7a86303ce6e3edf7825d0ef1d414e76767
tree21a073cf9669861cc28593d23ad59bf3dcb9a732
parentac1aa47b131416a6ff37eb1005a0a1d2541aad6c
sparc64/PCI: drop PCI_CACHE_LINE_BYTES

sparc64 is now the only user of PCI_CACHE_LINE_BYTES.  Drop it and set
pci_dfl_cache_line_size from pcibios_init() instead and drop
PCI_CACHE_LINE_BYTES handling from generic pci code.

Orignally-From: David Miller <davem@davemloft.net>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
arch/sparc/include/asm/pci_64.h
arch/sparc/kernel/pci.c
drivers/pci/pci.c