commit | 25ef0e50cca790370ad7838e3ad74db6a6a2d829 | [log] [tgz] |
---|---|---|
author | Johannes Weiner <hannes@cmpxchg.org> | Mon May 24 14:32:11 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue May 25 08:06:58 2010 -0700 |
tree | 9fef482df352beaeeb0ae1c6a176448cf795d045 | |
parent | f488401076c5570130c018e573f450a9a6c43365 [diff] |
mincore: pass ranges as start,end address pairs Instead of passing a start address and a number of pages into the helper functions, convert them to use a start and an end address. Signed-off-by: Johannes Weiner <hannes@cmpxchg.org> Cc: Andrea Arcangeli <aarcange@redhat.com> Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>