diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
commit | d6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch) | |
tree | e2be02f33984c48ec019c654051d27964e42c441 /include/asm-sparc64/scatterlist.h | |
parent | 609d1e803baf519487233b765eb487f9ec227a18 (diff) |
Merge with 2.3.19.
Diffstat (limited to 'include/asm-sparc64/scatterlist.h')
-rw-r--r-- | include/asm-sparc64/scatterlist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-sparc64/scatterlist.h b/include/asm-sparc64/scatterlist.h index 9811fc06e..d64162a5a 100644 --- a/include/asm-sparc64/scatterlist.h +++ b/include/asm-sparc64/scatterlist.h @@ -1,4 +1,4 @@ -/* $Id: scatterlist.h,v 1.6 1998/12/16 04:33:57 davem Exp $ */ +/* $Id: scatterlist.h,v 1.7 1999/08/30 10:15:01 davem Exp $ */ #ifndef _SPARC64_SCATTERLIST_H #define _SPARC64_SCATTERLIST_H @@ -11,6 +11,7 @@ struct scatterlist { unsigned int length; __u32 dvma_address; /* A place to hang host-specific addresses at. */ + __u32 dvma_length; }; extern unsigned long phys_base; |