diff options
Diffstat (limited to 'arch/sparc64/kernel/pci_iommu.c')
-rw-r--r-- | arch/sparc64/kernel/pci_iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/pci_iommu.c b/arch/sparc64/kernel/pci_iommu.c index dfd6f9f4790b..70d2364fdfe0 100644 --- a/arch/sparc64/kernel/pci_iommu.c +++ b/arch/sparc64/kernel/pci_iommu.c | |||
@@ -542,7 +542,7 @@ static inline void fill_sg(iopte_t *iopte, struct scatterlist *sg, | |||
542 | /* Map a set of buffers described by SGLIST with NELEMS array | 542 | /* Map a set of buffers described by SGLIST with NELEMS array |
543 | * elements in streaming mode for PCI DMA. | 543 | * elements in streaming mode for PCI DMA. |
544 | * When making changes here, inspect the assembly output. I was having | 544 | * When making changes here, inspect the assembly output. I was having |
545 | * hard time to kepp this routine out of using stack slots for holding variables. | 545 | * hard time to keep this routine out of using stack slots for holding variables. |
546 | */ | 546 | */ |
547 | static int pci_4u_map_sg(struct pci_dev *pdev, struct scatterlist *sglist, int nelems, int direction) | 547 | static int pci_4u_map_sg(struct pci_dev *pdev, struct scatterlist *sglist, int nelems, int direction) |
548 | { | 548 | { |