diff options
author | Mel Gorman <[email protected]> | 2013-10-07 11:28:50 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2013-10-09 12:39:50 +0200 |
commit | a1a46184e34cfd0764f06a54870defa052b0a094 (patch) | |
tree | b4d12f1d23963fb3de14cf8d81f7979c4f58d95a /net/lapb/lapb_iface.c | |
parent | f123d74abf91574837d14e5ea58f6a779a387bf5 (diff) |
mm: numa: Do not migrate or account for hinting faults on the zero page
The zero page is not replicated between nodes and is often shared between
processes. The data is read-only and likely to be cached in local CPUs
if heavily accessed meaning that the remote memory access cost is less
of a concern. This patch prevents trapping faults on the zero pages. For
tasks using the zero page this will reduce the number of PTE updates,
TLB flushes and hinting faults.
Signed-off-by: Mel Gorman <[email protected]>
Reviewed-by: Rik van Riel <[email protected]>
Cc: Andrea Arcangeli <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Srikar Dronamraju <[email protected]>
[ Correct use of is_huge_zero_page]
Signed-off-by: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions