X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fm68k%2Fmm%2Fmemory.c;h=559942ce0e1e7bde2773ac90f5150dca5e542e5e;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=d6d582a5abb001b49114a05a71e6204a37a9f39e;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/arch/m68k/mm/memory.c b/arch/m68k/mm/memory.c index d6d582a5a..559942ce0 100644 --- a/arch/m68k/mm/memory.c +++ b/arch/m68k/mm/memory.c @@ -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; }