Loading mm/page_alloc.c +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
mm/page_alloc.c +0 −2 Original line number Diff line number Diff line Loading @@ -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