mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
a9546f59e9
This case actually can get exercised a lot during an ELF coredump of a process which contains a lot of non-COW'd anonymous pages. GDB has this test case which in partiaular creates near terabyte process full of ZERO_PAGEes. It takes forever to just walk through the page tables because of all of these spurious cache flushes on sparc64. With this change it takes only a second or so. Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
---|---|---|
.. | ||
extable.c | ||
fault.c | ||
generic.c | ||
hugetlbpage.c | ||
init.c | ||
Makefile | ||
tlb.c | ||
ultra.S |