mm/page_alloc.c: remove unused marco LONG_ALIGN
Signed-off-by: Zhang Yanfei <zhangyanfei@cn.fujitsu.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
58e97ba6b1
commit
bfc4f9d520
@@ -3881,8 +3881,6 @@ static inline unsigned long wait_table_bits(unsigned long size)
|
|||||||
return ffz(~size);
|
return ffz(~size);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define LONG_ALIGN(x) (((x)+(sizeof(long))-1)&~((sizeof(long))-1))
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check if a pageblock contains reserved pages
|
* Check if a pageblock contains reserved pages
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user