diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-06-27 17:11:57 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-06-27 17:11:57 -0700 |
commit | 279d0b6af0b4bb416ea5ffea94c4b418571c7ee2 (patch) | |
tree | a89cc8682933cd703252d7129026818c1f97a67f | |
parent | Fixed faulty sed command (diff) | |
download | linux-hardened-ck-279d0b6af0b4bb416ea5ffea94c4b418571c7ee2.tar.xz |
NUMA again
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,6 +125,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 |