commit | b38a872596dad80bd77d98f5fdbc58cc8f438dbb | [log] [tgz] |
---|---|---|
author | Xishi Qiu <[email protected]> | Tue Nov 12 15:07:20 2013 -0800 |
committer | Linus Torvalds <[email protected]> | Wed Nov 13 12:09:04 2013 +0900 |
tree | 7c52732ea81e29f2997fd59e6cf471baf490f2e5 | |
parent | 83285c72e08c42848808039ef2d3b67a1bb88832 [diff] |
mm: use populated_zone() instead of if(zone->present_pages) Use "if (zone->present_pages)" instead of "if (zone->present_pages)". Simplify the code, no functional change. Signed-off-by: Xishi Qiu <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>