commit | ca1d6c7d9d461effa2c4e8b9b227a14e9fdcf1cc | [log] [tgz] |
---|---|---|
author | Nicholas Krause <xerofoify@gmail.com> | Fri Sep 04 15:48:22 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Sep 04 16:54:41 2015 -0700 |
tree | 2d07417d60374e7512498a74f285c2cbf2bb15c4 | |
parent | d9e7e37b4d83371d08650612e0bb0b80a1240289 [diff] |
mm/memory.c: make tlb_next_batch() return bool This makes the tlb_next_batch() bool due to this particular function only ever returning either one or zero as its return value. Signed-off-by: Nicholas Krause <xerofoify@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>