linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / m68k / mm / memory.c
index d6d582a..559942c 100644 (file)
@@ -54,7 +54,7 @@ void __init init_pointer_table(unsigned long ptable)
 
        /* unreserve the page so it's possible to free that page */
        PD_PAGE(dp)->flags &= ~(1 << PG_reserved);
-       init_page_count(PD_PAGE(dp));
+       set_page_count(PD_PAGE(dp), 1);
 
        return;
 }