summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2022-01-28 10:03:23 +0100
committerJoan Figueras2022-01-28 10:03:23 +0100
commitf22ea1804e5dce267ab747a142de31bfb375b34b (patch)
tree5be292f604275bb047197790280471846419a42f
parent8339781d3b46f25c827b1fb03f1ff35ade2efb05 (diff)
downloadaur-f22ea1804e5dce267ab747a142de31bfb375b34b.tar.gz
Revert "Workaround for #240"
This reverts commit 8339781d3b46f25c827b1fb03f1ff35ade2efb05.
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 776e9707f1f7..3dca5cd48f2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -161,9 +161,6 @@ prepare() {
# Let's user choose microarchitecture optimization in GCC
sh ${srcdir}/choose-gcc-optimization.sh $_microarchitecture
- # Disable CONFIG_GENERIC_CPU2 if we have choosen another microarchitecture
- # https://github.com/xanmod/linux/issues/240
- [ "$_microarchitecture" = "0" ] || scripts/config --disable CONFIG_GENERIC_CPU2
# This is intended for the people that want to build this package with their own config
# Put the file "myconfig" at the package folder (this will take preference) or "${XDG_CONFIG_HOME}/linux-xanmod/myconfig"