Re: Page Fault Scalability patch V19 [4/4]: Drop use of page_table_lock in do_anonymous_page

From: Andi Kleen
Date: Wed Mar 09 2005 - 18:47:42 EST


On Wed, Mar 09, 2005 at 03:17:10PM -0800, Christoph Lameter wrote:
> On Wed, 10 Mar 2005, Andi Kleen wrote:
>
> > > If atomic64_t is available on all 64 bit systems then its no problem.
> >
> > Most of them have it already. parisc64/ppc64/sh64 are missing it,
> > but I assume they will catch up quickly.
>
> Changing the type for the countedrs is possible by only changing the
> definition of MM_COUNTER_T in include/sched.h. I would prefer to wait
> until atomic64_t is available on all 64 bit platforms before making that
> part of this patch.

Well, they will not move until someone uses it (especially parisc
and sh64 which always are quite out of sync in mainline). ppc64
usually moves quickly.

But adding arbitary limits like this even temporarily is imho
a bad idea.

-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/