OSDN Git Service
(root)
/
tomoyo
/
tomoyo-test1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9927c2
)
SG build fix
author
David Miller
<davem@davemloft.net>
Wed, 24 Oct 2007 06:44:21 +0000
(08:44 +0200)
committer
Jens Axboe
<axboe@carl.home.kernel.dk>
Wed, 24 Oct 2007 06:44:21 +0000
(08:44 +0200)
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jens Axboe <axboe@carl.home.kernel.dk>
arch/sparc64/kernel/iommu_common.c
patch
|
blob
|
history
diff --git
a/arch/sparc64/kernel/iommu_common.c
b/arch/sparc64/kernel/iommu_common.c
index
b70324e
..
efd5dff
100644
(file)
--- a/
arch/sparc64/kernel/iommu_common.c
+++ b/
arch/sparc64/kernel/iommu_common.c
@@
-234,7
+234,7
@@
unsigned long prepare_sg(struct scatterlist *sg, int nents)
dma_sg->dma_length = dent_len;
if (dma_sg != sg) {
- dma_sg =
next_sg
(dma_sg);
+ dma_sg =
sg_next
(dma_sg);
dma_sg->dma_length = 0;
}