]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/page_alloc.c
sonypi: try to detect if sony-laptop has already taken one of the known ioports
[linux-2.6-omap-h63xx.git] / mm / page_alloc.c
index 41737395bbcc16625ef11b071278ed6073c4055f..353ce9039a86f477ac13897bb76ab522c718ab87 100644 (file)
@@ -600,7 +600,7 @@ static int prep_new_page(struct page *page, int order, gfp_t gfp_flags)
 
        page->flags &= ~(1 << PG_uptodate | 1 << PG_error |
                        1 << PG_referenced | 1 << PG_arch_1 |
-                       1 << PG_checked | 1 << PG_mappedtodisk);
+                       1 << PG_owner_priv_1 | 1 << PG_mappedtodisk);
        set_page_private(page, 0);
        set_page_refcounted(page);