diff options
Diffstat (limited to 'arch/sparc/kernel/ioport.c')
-rw-r--r-- | arch/sparc/kernel/ioport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/ioport.c b/arch/sparc/kernel/ioport.c index 987ec6782f99..62182d2d7b0d 100644 --- a/arch/sparc/kernel/ioport.c +++ b/arch/sparc/kernel/ioport.c | |||
@@ -617,7 +617,7 @@ void *pci_alloc_consistent(struct pci_dev *pdev, size_t len, dma_addr_t *pba) | |||
617 | * size must be the same as what as passed into pci_alloc_consistent, | 617 | * size must be the same as what as passed into pci_alloc_consistent, |
618 | * and likewise dma_addr must be the same as what *dma_addrp was set to. | 618 | * and likewise dma_addr must be the same as what *dma_addrp was set to. |
619 | * | 619 | * |
620 | * References to the memory and mappings assosciated with cpu_addr/dma_addr | 620 | * References to the memory and mappings associated with cpu_addr/dma_addr |
621 | * past this call are illegal. | 621 | * past this call are illegal. |
622 | */ | 622 | */ |
623 | void pci_free_consistent(struct pci_dev *pdev, size_t n, void *p, dma_addr_t ba) | 623 | void pci_free_consistent(struct pci_dev *pdev, size_t n, void *p, dma_addr_t ba) |