Files
android_kernel_fxtec_sm6115/arch/mips/include
Bibo Mao 1f2432b7df UPSTREAM: mm/memory.c: Add memory read privilege on page fault handling
Here add pte_sw_mkyoung function to make page readable on MIPS
platform during page fault handling. This patch improves page
fault latency about 10% on my MIPS machine with lmbench
lat_pagefault case.

It is noop function on other arches, there is no negative
influence on those architectures.

Change-Id: Idd85d401dd8183e650fdd845e7231eae1c8e629c
Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Acked-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
2025-10-17 15:32:06 +01:00
..