arm64/mm: use PAGE_ALIGNED instead of IS_ALIGNED
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Mon, 26 Oct 2015 11:26:57 +0000 (17:26 +0600)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 28 Oct 2015 18:36:32 +0000 (18:36 +0000)
commitf23bef34d34b6325916daddc4cfdeee53d5139e6
treecaf9af34b006ef5b3d94278c58f52f714e9066dc
parent59f2413573e4ee1e76062beef4a359156500db94
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>
arch/arm64/mm/pageattr.c