diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-06-27 17:11:22 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-06-27 17:11:22 -0700 |
commit | 65adcf86236c1d8db2bedb70a29c6950db4be1f6 (patch) | |
tree | e0866106eb151210c0013b4bad127d20e6b8e4da /PKGBUILD | |
parent | Fixed faulty sed command (diff) | |
download | linux-libre-hardened-ck-65adcf86236c1d8db2bedb70a29c6950db4be1f6.tar.xz |
NUMA again
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ END -i -e '/# CONFIG_NUMA_EMU is not set/d' \ -i -e '/CONFIG_NODES_SHIFT=5/d' \ -i -e '/CONFIG_NEED_MULTIPLE_NODES=y/d' \ + -i -e '/# CONFIG_MOVABLE_NODE is not set/d' \ -i -e '/CONFIG_USE_PERCPU_NUMA_NODE_ID=y/d' \ -i -e '/CONFIG_ACPI_NUMA=y/d' ./.config fi |