projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
powerpc/pseries: Add CMO paging statistics
[linux-2.6]
/
include
/
asm-m68k
/
scatterlist.h
diff --git
a/include/asm-m68k/scatterlist.h
b/include/asm-m68k/scatterlist.h
index
24887a2
..
d3a7a0e
100644
(file)
--- a/
include/asm-m68k/scatterlist.h
+++ b/
include/asm-m68k/scatterlist.h
@@
-4,7
+4,10
@@
#include <linux/types.h>
struct scatterlist {
- struct page *page;
+#ifdef CONFIG_DEBUG_SG
+ unsigned long sg_magic;
+#endif
+ unsigned long page_link;
unsigned int offset;
unsigned int length;