summaryrefslogtreecommitdiff
path: root/include/asm-generic
diff options
context:
space:
mode:
authorDon Fry <pcnet32@verizon.net>2007-03-06 10:45:23 -0800
committerJeff Garzik <jeff@garzik.org>2007-04-28 11:00:58 -0400
commit6ecb766710e5128e3b8f3c775f907dcb8fead8d1 (patch)
tree054a009b93ebad4f85d2e454f6c31fc3fabf3e96 /include/asm-generic
parent1c8816c6fe375ed3a1e342fcf7f403cd4f0d5041 (diff)
pcnet32: only allocate init_block dma consistent
The patch below moves the init_block out of the private struct and only allocates init block with pci_alloc_consistent. This has two effects: 1. Performance increase for non cache coherent machines, because the CPU only data in the private struct are now cached 2. locks are working now for platforms, which need to have locks in cached memory Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Acked-by: Don Fry <pcnet32@verizon.net> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include/asm-generic')
0 files changed, 0 insertions, 0 deletions