diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index e0412c026e0d..770dbb43465f 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) | |||
3881 | return ffz(~size); | 3881 | return ffz(~size); |
3882 | } | 3882 | } |
3883 | 3883 | ||
3884 | #define LONG_ALIGN(x) (((x)+(sizeof(long))-1)&~((sizeof(long))-1)) | ||
3885 | |||
3886 | /* | 3884 | /* |
3887 | * Check if a pageblock contains reserved pages | 3885 | * Check if a pageblock contains reserved pages |
3888 | */ | 3886 | */ |