aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <[email protected]>2021-11-08 04:03:19 +0000
committerMichael Ellerman <[email protected]>2021-11-15 04:46:46 +0000
commitad3976025b311cdeb822ad3e7a7554018cb0f83f (patch)
tree75a1a9376f33b0093b371381c9865bcd863c4198 /net/unix/af_unix.c
parentpowerpc/pseries/ddw: simplify enable_ddw() (diff)
downloadkernel-ad3976025b311cdeb822ad3e7a7554018cb0f83f.tar.gz
kernel-ad3976025b311cdeb822ad3e7a7554018cb0f83f.zip
powerpc/pseries/ddw: Do not try direct mapping with persistent memory and one window
There is a possibility of having just one DMA window available with a limited capacity which the existing code does not handle that well. If the window is big enough for the system RAM but less than MAX_PHYSMEM_BITS (which we want when persistent memory is present), we create 1:1 window and leave persistent memory without DMA. This disables 1:1 mapping entirely if there is persistent memory and either: - the huge DMA window does not cover the entire address space; - the default DMA window is removed. This relies on reverted 54fc3c681ded ("powerpc/pseries/ddw: Extend upper limit for huge DMA window for persistent memory") to return the actual amount RAM in ddw_memory_hotplug_max() (posted separately). Signed-off-by: Alexey Kardashevskiy <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions