From 2a3a90100c13bbbbabccff4339bf470d26bdd9ae Mon Sep 17 00:00:00 2001 From: Piotr Gorski Date: Thu, 31 Aug 2023 21:02:38 +0200 Subject: [PATCH] Sync with Github Signed-off-by: Piotr Gorski --- PKGBUILD | 6 ------ 1 file changed, 6 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 26ef14b..15ae06a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -298,12 +298,6 @@ prepare() { scripts/config -e CACHY fi - ### Workaround for bcachefs - # More infos here: https://github.com/CachyOS/linux-cachyos/issues/152 - if [ -n "$_bcachefs" ]; then - scripts/config -d DRM_ACCEL_IVPU - fi - ### Selecting the CPU scheduler [ -z "$_cpusched" ] && _die "The value is empty. Choose the correct one again."