Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6281 → Rev 6282

/drivers/include/linux/scatterlist.h
282,7 → 282,7
* Maximum number of entries that will be allocated in one piece, if
* a list larger than this is required then chaining will be utilized.
*/
#define SG_MAX_SINGLE_ALLOC (4*PAGE_SIZE / sizeof(struct scatterlist))
#define SG_MAX_SINGLE_ALLOC (8*PAGE_SIZE / sizeof(struct scatterlist))
 
/*
* sg page iterator