diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2023-10-24 13:27:25 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-11-27 12:01:14 +0100 |
commit | 183bc0c640c785a710885a10b614193f114fe760 (patch) | |
tree | 8306f8065b21ee7e4797d1fe57845ab7dd1d88f5 /arch/powerpc/configs/ppc64_defconfig | |
parent | misc: ocxl: main: Remove unnecessary ‘0’ values from rc (diff) | |
download | linux-183bc0c640c785a710885a10b614193f114fe760.tar.xz linux-183bc0c640c785a710885a10b614193f114fe760.zip |
powerpc/configs/64s: Enable CONFIG_MEM_SOFT_DIRTY
Enable CONFIG_MEM_SOFT_DIRTY to get some test coverage. Distros enable
it, and it has been broken previously. See commit 66b2ca086210
("powerpc/64s/radix: Fix soft dirty tracking").
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20231024112726.1819795-1-mpe@ellerman.id.au
Diffstat (limited to 'arch/powerpc/configs/ppc64_defconfig')
-rw-r--r-- | arch/powerpc/configs/ppc64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index 6e7b9e8fd225..544a65fda77b 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig @@ -92,6 +92,7 @@ CONFIG_MEMORY_HOTPLUG=y CONFIG_MEMORY_HOTREMOVE=y CONFIG_KSM=y CONFIG_TRANSPARENT_HUGEPAGE=y +CONFIG_MEM_SOFT_DIRTY=y CONFIG_ZONE_DEVICE=y CONFIG_NET=y CONFIG_PACKET=y |