summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Figueras2022-01-28 10:04:18 +0100
committerJoan Figueras2022-01-28 10:04:18 +0100
commita5e863027ea39b8b5d555486f268ccf362703ff8 (patch)
treeeda9d28839f62e4f803c22171e07cdc4a42115f5 /PKGBUILD
parent505060502bf18afb5488ead272e7af4cd753e5b8 (diff)
downloadaur-a5e863027ea39b8b5d555486f268ccf362703ff8.tar.gz
Revert "Workaround for #240"
This reverts commit 505060502bf18afb5488ead272e7af4cd753e5b8.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45c4deb295c5..0ee66679ffef 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"