ocfs2: delete repeated words in comments
[linux-2.6-microblaze.git] / mm / huge_memory.c
index da39777..ec0f0cc 100644 (file)
@@ -2370,6 +2370,9 @@ static void __split_huge_page_tail(struct page *head, int tail,
                         (1L << PG_workingset) |
                         (1L << PG_locked) |
                         (1L << PG_unevictable) |
+#ifdef CONFIG_64BIT
+                        (1L << PG_arch_2) |
+#endif
                         (1L << PG_dirty)));
 
        /* ->mapping in first tail page is compound_mapcount */