Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198845
b: refs/heads/master
c: 1ef0437
h: refs/heads/master
i:
  198843: df34c2e
v: v3
  • Loading branch information
FUJITA Tomonori authored and Linus Torvalds committed May 27, 2010
1 parent be43909 commit b62a5ad
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 17 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: 48c7cf4797d04b3ffcb060fa64c3c500b7371e8b
refs/heads/master: 1ef04370d823a811d2cca9f237097559a6b99b12
4 changes: 1 addition & 3 deletions trunk/arch/alpha/include/asm/scatterlist.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#ifndef _ALPHA_SCATTERLIST_H
#define _ALPHA_SCATTERLIST_H

#define ISA_DMA_THRESHOLD (~0UL)

#include <asm-generic/scatterlist.h>

#undef ARCH_HAS_SG_CHAIN
#define ISA_DMA_THRESHOLD (~0UL)

#endif /* !(_ALPHA_SCATTERLIST_H) */
3 changes: 0 additions & 3 deletions trunk/arch/arm/include/asm/scatterlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

#include <asm/memory.h>
#include <asm/types.h>

#include <asm-generic/scatterlist.h>

#undef ARCH_HAS_SG_CHAIN

#endif /* _ASMARM_SCATTERLIST_H */
4 changes: 2 additions & 2 deletions trunk/arch/ia64/include/asm/scatterlist.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef _ASM_IA64_SCATTERLIST_H
#define _ASM_IA64_SCATTERLIST_H

#include <asm-generic/scatterlist.h>
/*
* It used to be that ISA_DMA_THRESHOLD had something to do with the
* DMA-limits of ISA-devices. Nowadays, its only remaining use (apart
Expand All @@ -10,7 +11,6 @@
* that's 4GB - 1.
*/
#define ISA_DMA_THRESHOLD 0xffffffff

#include <asm-generic/scatterlist.h>
#define ARCH_HAS_SG_CHAIN

#endif /* _ASM_IA64_SCATTERLIST_H */
4 changes: 2 additions & 2 deletions trunk/arch/microblaze/include/asm/scatterlist.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define ISA_DMA_THRESHOLD (~0UL)

#include <asm-generic/scatterlist.h>

#define ISA_DMA_THRESHOLD (~0UL)
1 change: 1 addition & 0 deletions trunk/arch/powerpc/include/asm/scatterlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
#ifdef __powerpc64__
#define ISA_DMA_THRESHOLD (~0UL)
#endif
#define ARCH_HAS_SG_CHAIN

#endif /* _ASM_POWERPC_SCATTERLIST_H */
5 changes: 3 additions & 2 deletions trunk/arch/sparc/include/asm/scatterlist.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#ifndef _SPARC_SCATTERLIST_H
#define _SPARC_SCATTERLIST_H

#define ISA_DMA_THRESHOLD (~0UL)

#include <asm-generic/scatterlist.h>

#define ISA_DMA_THRESHOLD (~0UL)
#define ARCH_HAS_SG_CHAIN

#endif /* !(_SPARC_SCATTERLIST_H) */
5 changes: 3 additions & 2 deletions trunk/arch/x86/include/asm/scatterlist.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#ifndef _ASM_X86_SCATTERLIST_H
#define _ASM_X86_SCATTERLIST_H

#define ISA_DMA_THRESHOLD (0x00ffffff)

#include <asm-generic/scatterlist.h>

#define ISA_DMA_THRESHOLD (0x00ffffff)
#define ARCH_HAS_SG_CHAIN

#endif /* _ASM_X86_SCATTERLIST_H */
2 changes: 0 additions & 2 deletions trunk/include/asm-generic/scatterlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@ struct scatterlist {
#define sg_dma_len(sg) ((sg)->length)
#endif

#define ARCH_HAS_SG_CHAIN

#endif /* __ASM_GENERIC_SCATTERLIST_H */

0 comments on commit b62a5ad

Please sign in to comment.