diff --git a/linux-cachyos-autofdo/.SRCINFO b/linux-cachyos-autofdo/.SRCINFO index 480cae4d..0eebe2fc 100644 --- a/linux-cachyos-autofdo/.SRCINFO +++ b/linux-cachyos-autofdo/.SRCINFO @@ -27,8 +27,8 @@ pkgbase = linux-cachyos-autofdo source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.12/all/0001-cachyos-base-all.patch source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.12/misc/dkms-clang.patch source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.12/sched/0001-bore-cachy.patch - b2sums = b2ec2fc69218cacabbbe49f78384a5d259ca581b717617c12b000b16f4a4c59ee348ea886b37147f5f70fb9a7a01c1e2c8f19021078f6b23f5bc62d1c48d5e5e - b2sums = 62c6d3bb71a0d16b42e37958c46363d086964705e98c2e117af0913d71529b4973cf8e95cd20bed058857da15a00d0cb3d3f57fa5bf3ed89ca89d664af521578 + b2sums = ba1aa5902aa7eb3fb85bd3637190312ac5534bc1dfe4d5b71ab9b69e5ac5f53945375a1c0aeb1db417e486f665d355f5dd1415716163421232cb05688f79ec91 + b2sums = d5f647e8517b423cb3dec37b5b3a65c90c8dcedf36187fb5024a650dfb1817f6cde5f1b0a588a96c374e4b4e78dd7d534b6aa273ed28510e5c0900b96fc48049 b2sums = b1e964389424d43c398a76e7cee16a643ac027722b91fe59022afacb19956db5856b2808ca0dd484f6d0dfc170482982678d7a9a00779d98cd62d5105200a667 b2sums = eb40c22ca0f424c575e1360948e972d5b0265436ec7a27d1312e5840207e98927556a24eb65cb2ff30d059a10299feec2a572f2dda88072e0f5b533713c1255e b2sums = c7294a689f70b2a44b0c4e9f00c61dbd59dd7063ecbe18655c4e7f12e21ed7c5bb4f5169f5aa8623b1c59de7b2667facb024913ecb9f4c650dabce4e8a7e5452 diff --git a/linux-cachyos-autofdo/PKGBUILD b/linux-cachyos-autofdo/PKGBUILD index b849c705..a13973b3 100644 --- a/linux-cachyos-autofdo/PKGBUILD +++ b/linux-cachyos-autofdo/PKGBUILD @@ -63,9 +63,6 @@ _use_current=${_use_current-} ### Enable KBUILD_CFLAGS -O3 _cc_harder=${_cc_harder-y} -### Set this to your number of threads you have in your machine otherwise it will default to 320 -_nr_cpus=${_nr_cpus-} - ### Set performance governor as default _per_gov=${_per_gov-} @@ -175,11 +172,11 @@ pkgbase="linux-$_pkgsuffix" _major=6.12 _minor=0 #_minorc=$((_minor+1)) -#_rcver=rc7 +#_rcver=rc8 pkgver=${_major}.${_minor} #_stable=${_major}.${_minor} _stable=${_major} -#_stable=${_major}-${_rcver} +#_stablerc=${_major}-${_rcver} _srcname=linux-${_stable} #_srcname=linux-${_major} pkgdesc='Linux BORE + LTO + AutoFDO + Cachy Sauce Kernel by CachyOS with other patches and improvements (AutoFDO Optimized)' @@ -388,17 +385,6 @@ prepare() { -d NUMA_BALANCING_DEFAULT_ENABLED fi - ### Setting NR_CPUS - if [[ "$_nr_cpus" -ge 2 && "$_nr_cpus" -le 512 ]]; then - echo "Setting custom NR_CPUS..." - scripts/config --set-val NR_CPUS "$_nr_cpus" - elif [ -z "$_nr_cpus" ]; then - echo "Setting default NR_CPUS..." - scripts/config --set-val NR_CPUS 320 - else - _die "The value '$_nr_cpus' is invalid. Please select a numerical value from 2 to 512..." - fi - ### Select performance governor if [ -n "$_per_gov" ]; then echo "Setting performance governor..." @@ -524,7 +510,7 @@ prepare() { diff -u ../config .config || : ### Prepared version - make "${BUILD_FLAGS[@]}" -s kernelrelease > version + make -s kernelrelease > version echo "Prepared $pkgbase version $(