summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Barrett2024-01-28 11:18:38 -0600
committerSteven Barrett2024-01-28 11:18:46 -0600
commitbf16ff7f8d2d70bc95e962e0865363411b7a61c8 (patch)
tree1726331befe76c61972364e7f329e1778f029cdc
parent70760b19630b830711eed3f7551fe11a6387847b (diff)
downloadaur-bf16ff7f8d2d70bc95e962e0865363411b7a61c8.tar.gz
Remove NUMA disable code
CONFIG_NUMA is now required for the `ps` command. Without it, `ps` emits the following in STDERR. get_mempolicy: Function not implemented Remove code that allows NUMA to be disabled.
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 469b923d00b4..c5e5576bf696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,11 +21,6 @@ _makexconfig=
### Tweak kernel options prior to a build via gconfig
_makegconfig=
-# NUMA is optimized for multi-socket motherboards.
-# A single multi-core CPU actually runs slower with NUMA enabled.
-# See, https://bugs.archlinux.org/task/31187
-_NUMAdisable=y
-
# Compile ONLY used modules to VASTLYreduce the number of modules built
# and the build time.
#