summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-05-03 17:45:27 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-05-03 17:45:27 +0200
commitcd6050f2fd8a269dedf457751828102fb633845a (patch)
tree9e32173cd01a68d6b8146428e5db9a93add01960 /extra
parentba7365a23ae3aeba9f788af22dc8150b2e231a4e (diff)
downloadpackages-cd6050f2fd8a269dedf457751828102fb633845a.tar.xz
extra/linux-pae: remove ACPI C3 patch here, is already in trunk
Diffstat (limited to 'extra')
-rw-r--r--extra/linux-pae/PKGBUILD11
-rw-r--r--extra/linux-pae/acpi-c3.patch12
2 files changed, 0 insertions, 23 deletions
diff --git a/extra/linux-pae/PKGBUILD b/extra/linux-pae/PKGBUILD
index 5da48508..ee0d5b6a 100644
--- a/extra/linux-pae/PKGBUILD
+++ b/extra/linux-pae/PKGBUILD
@@ -228,14 +228,3 @@ eval "$(
/cd/ a patch -Np1 -i $srcdir/no-ultra-zstd.patch
'
)"
-
-# https://bbs.archlinux32.org/viewtopic.php?pid=9109#p9109
-# avoid "sleepy" VIA C7 CPUs (and possibly others)
-source+=('acpi-c3.patch')
-sha256sums+=('fc44aaf0b68abc9502fd4e0f73345c53b756566b532005466b106bacc9f9bc9c')
-eval "$(
- declare -f prepare | \
- sed '
- /cd/ a patch -Np1 -i $srcdir/acpi-c3.patch
- '
-)"
diff --git a/extra/linux-pae/acpi-c3.patch b/extra/linux-pae/acpi-c3.patch
deleted file mode 100644
index a5b79972..00000000
--- a/extra/linux-pae/acpi-c3.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -rauN a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c
---- a/drivers/acpi/processor_idle.c 2022-05-02 21:01:51.302162225 +0200
-+++ b/drivers/acpi/processor_idle.c 2022-05-02 21:04:58.169438104 +0200
-@@ -796,6 +796,8 @@
- cx->type == ACPI_STATE_C3) {
- state->enter_dead = acpi_idle_play_dead;
- drv->safe_state_index = count;
-+ if (cx->type != ACPI_STATE_C3)
-+ drv->safe_state_index = count;
- }
- /*
- * Halt-induced C1 is not good for ->enter_s2idle, because it