Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157473
b: refs/heads/master
c: 5dd1d2e
h: refs/heads/master
i:
  157471: 0494513
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Sep 11, 2009
1 parent 441071c commit d1c8a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 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: f64d04c042193183c6dad98944ae2861b998e8b7
refs/heads/master: 5dd1d2ece0250125fec2dcccbfb8ab9bb2ac020c
20 changes: 1 addition & 19 deletions trunk/arch/s390/include/asm/scatterlist.h
Original file line number Diff line number Diff line change
@@ -1,19 +1 @@
#ifndef _ASMS390_SCATTERLIST_H
#define _ASMS390_SCATTERLIST_H

struct scatterlist {
#ifdef CONFIG_DEBUG_SG
unsigned long sg_magic;
#endif
unsigned long page_link;
unsigned int offset;
unsigned int length;
};

#ifdef __s390x__
#define ISA_DMA_THRESHOLD (0xffffffffffffffffUL)
#else
#define ISA_DMA_THRESHOLD (0xffffffffUL)
#endif

#endif /* _ASMS390X_SCATTERLIST_H */
#include <asm-generic/scatterlist.h>

0 comments on commit d1c8a38

Please sign in to comment.