lkml.org 
[lkml]   [2005]   [Oct]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
DateWed, 19 Oct 2005 01:14:20 -0700
FromAndrew Morton <>
SubjectRe: [PATCH] .text page fault SMP scalability optimization
Andrea Arcangeli <andrea@suse.de> wrote:
>
> We had a problem on ppc64 where with more than 4 threads a large system
> wouldn't scale well while faulting in the .text (most of the time was
> spent in the kernel despite it was an userland compute intensive app).
> The reason is the useless overwrite of the same pte from all cpu.
>
> I fixed it this way (verified on an older kernel but the forward port is
> almost identical). This will benefit all archs not just ppc64.

How strange. Do you mena that all CPUs were entering the pagefault handler
on behalf of the same pte all the time? That they're staying in lockstep?

If so, there must be a bunch of page_table_lock contention too?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-10-19 10:17    [from the cache]
©2003-2010