From c571579d065501d19d983aaaac6c698c4c5cea68 Mon Sep 17 00:00:00 2001 From: Piotr Gorski Date: Thu, 14 Nov 2024 19:53:29 +0100 Subject: [PATCH] 6.11: fix linux-cachyos sources Signed-off-by: Piotr Gorski --- linux-cachyos/.SRCINFO | 2 ++ linux-cachyos/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/linux-cachyos/.SRCINFO b/linux-cachyos/.SRCINFO index c942b1ed..a6e257bc 100644 --- a/linux-cachyos/.SRCINFO +++ b/linux-cachyos/.SRCINFO @@ -1,3 +1,5 @@ +# Generated by makepkg 7.0.0 +# Thu Nov 14 18:52:53 UTC 2024 pkgbase = linux-cachyos pkgdesc = Linux SCHED-EXT + BORE + Cachy Sauce Kernel by CachyOS with other patches and improvements pkgver = 6.11.8 diff --git a/linux-cachyos/PKGBUILD b/linux-cachyos/PKGBUILD index 3a5e8a03..80d8e7db 100644 --- a/linux-cachyos/PKGBUILD +++ b/linux-cachyos/PKGBUILD @@ -99,10 +99,10 @@ _hugepage=${_hugepage-always} # - "native_intel" (use compiler autodetection and will prompt for P6_NOPS - Selecting your arch manually in the list above is recommended instead of this option) # - "generic" (kernel's default - to share the package between machines with different CPU µarch as long as they are x86-64) # -_processor_opt=${_processor_opt-zen4} +_processor_opt=${_processor_opt-} # This does automatically detect your supported CPU and optimizes for it -_use_auto_optimization=${_use_auto_optimization-} +_use_auto_optimization=${_use_auto_optimization-y} # Clang LTO mode, only available with the "llvm" compiler - options are "none", "full" or "thin". # ATTENTION - one of three predefined values should be selected!