Re: page fault scalability patch final : i386 tested, x86_64support added

From: Andrew Morton
Date: Sat Aug 28 2004 - 01:10:10 EST


Christoph Lameter <clameter@xxxxxxx> wrote:
>
> > As I said - for both these applications we need a new type which is
> > atomic64_t on 64-bit and atomic_t on 32-bit.
>
> That is simply a new definition in include/asm-*/atomic.h
>
> so
>
> #define atomic_long atomic64_t
>
> on 64 bit
>
> and
>
> #define atomic_long atomic_t
>
> on 32bit?

No, a whole host of wrappers are needed - atomic_long_inc/dec/set/read,
etc. For page->_count we'll also need the fancier functions such as
atomic_long_add_return().

As I said: let's address this later on. It's probably not an issue for RSS
until 4-level pagetables come along.
-
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/