commit | f23bef34d34b6325916daddc4cfdeee53d5139e6 | [log] [tgz] |
---|---|---|
author | Alexander Kuleshov <kuleshovmail@gmail.com> | Mon Oct 26 17:26:57 2015 +0600 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Oct 28 18:36:32 2015 +0000 |
tree | caf9af34b006ef5b3d94278c58f52f714e9066dc | |
parent | 59f2413573e4ee1e76062beef4a359156500db94 [diff] |
arm64/mm: use PAGE_ALIGNED instead of IS_ALIGNED The <linux/mm.h> already provides the PAGE_ALIGNED macro. Let's use this macro instead of IS_ALIGNED and passing PAGE_SIZE directly. Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com> Acked-by: Laura Abbott <laura@labbott.name> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>