Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198840
b: refs/heads/master
c: 204f3a0
h: refs/heads/master
v: v3
  • Loading branch information
FUJITA Tomonori authored and Linus Torvalds committed May 27, 2010
1 parent 2e21039 commit 424e76f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a48223f9449d0289fc20cd11a98758109830798e
refs/heads/master: 204f3a04449a9a775e465f7d87bcab08f170e59e
2 changes: 2 additions & 0 deletions trunk/arch/microblaze/include/asm/scatterlist.h
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#define ISA_DMA_THRESHOLD (~0UL)

#include <asm-generic/scatterlist.h>
2 changes: 2 additions & 0 deletions trunk/arch/s390/include/asm/scatterlist.h
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#define ISA_DMA_THRESHOLD (~0UL)

#include <asm-generic/scatterlist.h>
2 changes: 2 additions & 0 deletions trunk/arch/score/include/asm/scatterlist.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef _ASM_SCORE_SCATTERLIST_H
#define _ASM_SCORE_SCATTERLIST_H

#define ISA_DMA_THRESHOLD (~0UL)

#include <asm-generic/scatterlist.h>

#endif /* _ASM_SCORE_SCATTERLIST_H */
2 changes: 2 additions & 0 deletions trunk/arch/sparc/include/asm/scatterlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#define sg_dma_len(sg) ((sg)->dma_length)

#define ISA_DMA_THRESHOLD (~0UL)

#include <asm-generic/scatterlist.h>

#endif /* !(_SPARC_SCATTERLIST_H) */
4 changes: 0 additions & 4 deletions trunk/include/asm-generic/scatterlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ struct scatterlist {
#endif /* 64 bit */
#endif /* sg_dma_len */

#ifndef ISA_DMA_THRESHOLD
#define ISA_DMA_THRESHOLD (~0UL)
#endif

#define ARCH_HAS_SG_CHAIN

#endif /* __ASM_GENERIC_SCATTERLIST_H */

0 comments on commit 424e76f

Please sign in to comment.