]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita1e7c6f689e7f0da57e6bb472bf263869e4bec11
treecaf9af34b006ef5b3d94278c58f52f714e9066dc
parentdaebc938399da81d9b586c445b47fb808c54ce62
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