Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfc4f9d5 authored by Zhang Yanfei's avatar Zhang Yanfei Committed by Linus Torvalds
Browse files

mm/page_alloc.c: remove unused marco LONG_ALIGN

parent 58e97ba6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
 */