mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
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:
parent
58e97ba6b1
commit
bfc4f9d520
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user