From a22d2ec403a796d3f79126f68b6fb207f70cfdb1 Mon Sep 17 00:00:00 2001 From: Zhang Yanfei Date: Tue, 5 Nov 2013 16:55:42 +1100 Subject: [PATCH] mm/page_alloc.c: remove unused marco LONG_ALIGN Signed-off-by: Zhang Yanfei Signed-off-by: Andrew Morton --- mm/page_alloc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index c1cf5f894639..c7a2b7cba389 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -3881,8 +3881,6 @@ static inline unsigned long wait_table_bits(unsigned long size) return ffz(~size); } -#define LONG_ALIGN(x) (((x)+(sizeof(long))-1)&~((sizeof(long))-1)) - /* * Check if a pageblock contains reserved pages */ -- 2.39.5