[PATCH] arm64/mm: use PAGE_ALIGNED instead of IS_ALIGNED

Subsystems: arm64 port (aarch64 architecture), the rest

STALE3983d

3 messages, 3 authors, 2015-10-28 · open the first message on its own page

[PATCH] arm64/mm: use PAGE_ALIGNED instead of IS_ALIGNED

From: Alexander Kuleshov <hidden>
Date: 2015-10-26 11:29:05

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 <redacted>
---
 arch/arm64/mm/pageattr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/mm/pageattr.c b/arch/arm64/mm/pageattr.c
index e47ed1c..3571c73 100644
--- a/arch/arm64/mm/pageattr.c
+++ b/arch/arm64/mm/pageattr.c
@@ -45,7 +45,7 @@ static int change_memory_common(unsigned long addr, int numpages,
 	int ret;
 	struct page_change_data data;
 
-	if (!IS_ALIGNED(addr, PAGE_SIZE)) {
+	if (!PAGE_ALIGNED(addr)) {
 		start &= PAGE_MASK;
 		end = start + size;
 		WARN_ON_ONCE(1);
-- 
2.6.0

Re: [PATCH] arm64/mm: use PAGE_ALIGNED instead of IS_ALIGNED

From: Laura Abbott <hidden>
Date: 2015-10-26 20:07:52

On 10/26/15 4:26 AM, Alexander Kuleshov wrote:
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 <redacted>
Acked-by: Laura Abbott <redacted>
quoted hunk
---
  arch/arm64/mm/pageattr.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/mm/pageattr.c b/arch/arm64/mm/pageattr.c
index e47ed1c..3571c73 100644
--- a/arch/arm64/mm/pageattr.c
+++ b/arch/arm64/mm/pageattr.c
@@ -45,7 +45,7 @@ static int change_memory_common(unsigned long addr, int numpages,
  	int ret;
  	struct page_change_data data;

-	if (!IS_ALIGNED(addr, PAGE_SIZE)) {
+	if (!PAGE_ALIGNED(addr)) {
  		start &= PAGE_MASK;
  		end = start + size;
  		WARN_ON_ONCE(1);

Re: [PATCH] arm64/mm: use PAGE_ALIGNED instead of IS_ALIGNED

From: Catalin Marinas <catalin.marinas@arm.com>
Date: 2015-10-28 18:37:03

On Mon, Oct 26, 2015 at 05:26:57PM +0600, Alexander Kuleshov wrote:
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 <redacted>
Queued for 4.4. Thanks.

-- 
Catalin
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help